CreateSnapshotOutput
public struct CreateSnapshotOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API DescribeSnapshots) or creating a volume from a snapshot (CreateStorediSCSIVolume).
Declaration
Swift
public let snapshotId: String? -
The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
Declaration
Swift
public let volumeARN: String? -
Undocumented
Declaration
Swift
public init(snapshotId: String? = nil, volumeARN: String? = nil)
View on GitHub
CreateSnapshotOutput Structure Reference