Class: Aws::NetworkManager::Types::GetTransitGatewayRegistrationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetTransitGatewayRegistrationsRequest
- 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_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of one or more transit gateways.
Instance Attribute Details
#global_network_id ⇒ String
The ID of the global network.
3850 3851 3852 3853 3854 3855 3856 3857 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3850 class GetTransitGatewayRegistrationsRequest < Struct.new( :global_network_id, :transit_gateway_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
3850 3851 3852 3853 3854 3855 3856 3857 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3850 class GetTransitGatewayRegistrationsRequest < Struct.new( :global_network_id, :transit_gateway_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3850 3851 3852 3853 3854 3855 3856 3857 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3850 class GetTransitGatewayRegistrationsRequest < Struct.new( :global_network_id, :transit_gateway_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.
3850 3851 3852 3853 3854 3855 3856 3857 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3850 class GetTransitGatewayRegistrationsRequest < Struct.new( :global_network_id, :transit_gateway_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |