CreateSnapshotsRequest
public struct CreateSnapshotsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Copies the tags from the specified volume to corresponding snapshot.
Declaration
Swift
public let copyTagsFromSource: CopyTagsFromSource?
-
A description propagated to every snapshot specified by the instance.
Declaration
Swift
public let description: String?
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
The instance to specify which volumes should be included in the snapshots.
Declaration
Swift
public let instanceSpecification: InstanceSpecification
-
Tags to apply to every snapshot specified by the instance.
Declaration
Swift
public let tagSpecifications: [TagSpecification]?
-
Undocumented
Declaration
Swift
public init(copyTagsFromSource: CopyTagsFromSource? = nil, description: String? = nil, dryRun: Bool? = nil, instanceSpecification: InstanceSpecification, tagSpecifications: [TagSpecification]? = nil)