DescribeDirectConnectGatewayAssociationsRequest
public struct DescribeDirectConnectGatewayAssociationsRequest : 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 association.
Declaration
Swift
public let associationId: 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 provided in the previous call to retrieve the next page.
Declaration
Swift
public let nextToken: String?
-
The ID of the virtual private gateway.
Declaration
Swift
public let virtualGatewayId: String?
-
init(associatedGatewayId:associationId:directConnectGatewayId:maxResults:nextToken:virtualGatewayId:)
Undocumented
Declaration
Swift
public init(associatedGatewayId: String? = nil, associationId: String? = nil, directConnectGatewayId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, virtualGatewayId: String? = nil)