VolumeRecoveryPointInfo

public struct VolumeRecoveryPointInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the volume target.

    Declaration

    Swift

    public let volumeARN: String?
  • The time the recovery point was taken.

    Declaration

    Swift

    public let volumeRecoveryPointTime: String?
  • The size of the volume in bytes.

    Declaration

    Swift

    public let volumeSizeInBytes: Int64?
  • The size of the data stored on the volume in bytes. This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.

    Declaration

    Swift

    public let volumeUsageInBytes: Int64?
  • Undocumented

    Declaration

    Swift

    public init(volumeARN: String? = nil, volumeRecoveryPointTime: String? = nil, volumeSizeInBytes: Int64? = nil, volumeUsageInBytes: Int64? = nil)