DeleteDiskSnapshotRequest
public struct DeleteDiskSnapshotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the disk snapshot you want to delete (e.g., my-disk-snapshot).
Declaration
Swift
public let diskSnapshotName: String
-
Undocumented
Declaration
Swift
public init(diskSnapshotName: String)
-
Declaration
Swift
public func validate(name: String) throws