Class: Aws::NetworkManager::Types::GetTransitGatewayConnectPeerAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetTransitGatewayConnectPeerAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_network_id ⇒ String
The ID of the global network.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
-
#transit_gateway_connect_peer_arns ⇒ Array<String>
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
Instance Attribute Details
#global_network_id ⇒ String
The ID of the global network.
3763 3764 3765 3766 3767 3768 3769 3770 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3763 class GetTransitGatewayConnectPeerAssociationsRequest < Struct.new( :global_network_id, :transit_gateway_connect_peer_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
3763 3764 3765 3766 3767 3768 3769 3770 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3763 class GetTransitGatewayConnectPeerAssociationsRequest < Struct.new( :global_network_id, :transit_gateway_connect_peer_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3763 3764 3765 3766 3767 3768 3769 3770 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3763 class GetTransitGatewayConnectPeerAssociationsRequest < Struct.new( :global_network_id, :transit_gateway_connect_peer_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_connect_peer_arns ⇒ Array<String>
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
3763 3764 3765 3766 3767 3768 3769 3770 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3763 class GetTransitGatewayConnectPeerAssociationsRequest < Struct.new( :global_network_id, :transit_gateway_connect_peer_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |