BatchDeleteClusterSnapshotsResult
public struct BatchDeleteClusterSnapshotsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of any errors returned.
Declaration
Swift
public let errors: [SnapshotErrorMessage]?
-
A list of the snapshot identifiers that were deleted.
Declaration
Swift
public let resources: [String]?
-
Undocumented
Declaration
Swift
public init(errors: [SnapshotErrorMessage]? = nil, resources: [String]? = nil)