DiskImageVolumeDescription

public struct DiskImageVolumeDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The volume identifier.

    Declaration

    Swift

    public let id: String?
  • The size of the volume, in GiB.

    Declaration

    Swift

    public let size: Int64?
  • Undocumented

    Declaration

    Swift

    public init(id: String? = nil, size: Int64? = nil)