VolumeInfo
public struct VolumeInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let gatewayARN: String?
-
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations. Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
Declaration
Swift
public let gatewayId: String?
-
The Amazon Resource Name (ARN) for the storage volume. For example, the following is a valid ARN: arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
Declaration
Swift
public let volumeARN: String?
-
One of the VolumeStatus values that indicates the state of the storage volume.
Declaration
Swift
public let volumeAttachmentStatus: String?
-
The unique identifier assigned to the volume. This ID becomes part of the volume Amazon Resource Name (ARN), which you use as input for other operations. Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
Declaration
Swift
public let volumeId: String?
-
The size of the volume in bytes. Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
Declaration
Swift
public let volumeSizeInBytes: Int64?
-
One of the VolumeType enumeration values describing the type of the volume.
Declaration
Swift
public let volumeType: String?
-
Undocumented
Declaration
Swift
public init(gatewayARN: String? = nil, gatewayId: String? = nil, volumeARN: String? = nil, volumeAttachmentStatus: String? = nil, volumeId: String? = nil, volumeSizeInBytes: Int64? = nil, volumeType: String? = nil)