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)


3528
3529
3530
3531
3532
3533
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3528

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.



3528
3529
3530
3531
3532
3533
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3528

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