DescribeDirectConnectGatewayAssociationProposalsRequest

public struct DescribeDirectConnectGatewayAssociationProposalsRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let associatedGatewayId: String?
  • 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 for the next page of results.

    Declaration

    Swift

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

    Declaration

    Swift

    public let proposalId: String?
  • Undocumented

    Declaration

    Swift

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