DeleteAutoSnapshotRequest
public struct DeleteAutoSnapshotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date of the automatic snapshot to delete in YYYY-MM-DD format. Use the get auto snapshots operation to get the available automatic snapshots for a resource.
Declaration
Swift
public let date: String
-
The name of the source instance or disk from which to delete the automatic snapshot.
Declaration
Swift
public let resourceName: String
-
Undocumented
Declaration
Swift
public init(date: String, resourceName: String)
-
Declaration
Swift
public func validate(name: String) throws