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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3782
3783
3784
3785
3786
3787
# File 'lib/aws-sdk-networkmanager/types.rb', line 3782

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.



3782
3783
3784
3785
3786
3787
# File 'lib/aws-sdk-networkmanager/types.rb', line 3782

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