BatchDeleteClusterSnapshotsRequest
public struct BatchDeleteClusterSnapshotsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of identifiers for the snapshots that you want to delete.
Declaration
Swift
public let identifiers: [DeleteClusterSnapshotMessage]
-
Undocumented
Declaration
Swift
public init(identifiers: [DeleteClusterSnapshotMessage])