Class: Aws::NetworkManager::Types::GetTransitGatewayConnectPeerAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetTransitGatewayConnectPeerAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use for the next page of results.
-
#transit_gateway_connect_peer_associations ⇒ Array<Types::TransitGatewayConnectPeerAssociation>
Information about the transit gateway Connect peer associations.
Instance Attribute Details
#next_token ⇒ String
The token to use for the next page of results.
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_associations ⇒ Array<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 |