DescribeDirectConnectGatewayAttachmentsRequest

public struct DescribeDirectConnectGatewayAttachmentsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the Direct Connect gateway.

    Declaration

    Swift

    public let directConnectGatewayId: String?
  • The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If MaxResults is given a value larger than 100, only 100 results are returned.

    Declaration

    Swift

    public let maxResults: Int?
  • The token provided in the previous call to retrieve the next page.

    Declaration

    Swift

    public let nextToken: String?
  • The ID of the virtual interface.

    Declaration

    Swift

    public let virtualInterfaceId: String?
  • Undocumented

    Declaration

    Swift

    public init(directConnectGatewayId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, virtualInterfaceId: String? = nil)