CreateSnapshotFromVolumeRecoveryPointOutput
public struct CreateSnapshotFromVolumeRecoveryPointOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the snapshot.
Declaration
Swift
public let snapshotId: String?
-
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
Declaration
Swift
public let volumeARN: String?
-
The time the volume was created from the recovery point.
Declaration
Swift
public let volumeRecoveryPointTime: String?
-
Undocumented
Declaration
Swift
public init(snapshotId: String? = nil, volumeARN: String? = nil, volumeRecoveryPointTime: String? = nil)