BatchModifyClusterSnapshotsOutputMessage
public struct BatchModifyClusterSnapshotsOutputMessage : 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 snapshots that were modified.
Declaration
Swift
public let resources: [String]?
-
Undocumented
Declaration
Swift
public init(errors: [SnapshotErrorMessage]? = nil, resources: [String]? = nil)