ListGatewaysOutput

public struct ListGatewaysOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of GatewayInfo objects.

    Declaration

    Swift

    public let gateways: [GatewayInfo]?
  • Use the marker in your next request to fetch the next set of gateways in the list. If there are no more gateways to list, this field does not appear in the response.

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(gateways: [GatewayInfo]? = nil, marker: String? = nil)