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.
4037 4038 4039 4040 4041 4042 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4037 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.
4037 4038 4039 4040 4041 4042 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4037 class GetTransitGatewayConnectPeerAssociationsResponse < Struct.new( :transit_gateway_connect_peer_associations, :next_token) SENSITIVE = [] include Aws::Structure end |