AttachVolumeOutput

public struct AttachVolumeOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was used to connect to the target.

    Declaration

    Swift

    public let targetARN: String?
  • The Amazon Resource Name (ARN) of the volume that was attached to the gateway.

    Declaration

    Swift

    public let volumeARN: String?
  • Undocumented

    Declaration

    Swift

    public init(targetARN: String? = nil, volumeARN: String? = nil)