DescribeVTLDevicesOutput

public struct DescribeVTLDevicesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let gatewayARN: String?
  • An opaque string that indicates the position at which the VTL devices that were fetched for description ended. Use the marker in your next request to fetch the next set of VTL devices in the list. If there are no more VTL devices to describe, this field does not appear in the response.

    Declaration

    Swift

    public let marker: String?
  • An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.

    Declaration

    Swift

    public let vTLDevices: [VTLDevice]?
  • Undocumented

    Declaration

    Swift

    public init(gatewayARN: String? = nil, marker: String? = nil, vTLDevices: [VTLDevice]? = nil)