GetTransitGatewayRegistrationsRequest

public struct GetTransitGatewayRegistrationsRequest : AWSShape
extension NetworkManager.GetTransitGatewayRegistrationsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the global network.

    Declaration

    Swift

    public let globalNetworkId: String
  • The maximum number of results to return.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.

    Declaration

    Swift

    public let transitGatewayArns: [String]?
  • Undocumented

    Declaration

    Swift

    public init(globalNetworkId: String, maxResults: Int? = nil, nextToken: String? = nil, transitGatewayArns: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws