Class: Aws::NetworkManager::Types::GetTransitGatewayConnectPeerAssociationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use for the next page of results.

Returns:

  • (String)


3678
3679
3680
3681
3682
3683
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3678

class GetTransitGatewayConnectPeerAssociationsResponse < Struct.new(
  :transit_gateway_connect_peer_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_connect_peer_associationsArray<Types::TransitGatewayConnectPeerAssociation>

Information about the transit gateway Connect peer associations.



3678
3679
3680
3681
3682
3683
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3678

class GetTransitGatewayConnectPeerAssociationsResponse < Struct.new(
  :transit_gateway_connect_peer_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end