EbsVolume

public struct EbsVolume : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The device name that is exposed to the instance, such as /dev/sdh.

    Declaration

    Swift

    public let device: String?
  • The volume identifier of the EBS volume.

    Declaration

    Swift

    public let volumeId: String?
  • Undocumented

    Declaration

    Swift

    public init(device: String? = nil, volumeId: String? = nil)