Class: Aws::NetworkManager::Types::GetTransitGatewayRegistrationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_network_idString

The ID of the global network.

Returns:

  • (String)


3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-networkmanager/types.rb', line 3832

class GetTransitGatewayRegistrationsRequest < Struct.new(
  :global_network_id,
  :transit_gateway_arns,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-networkmanager/types.rb', line 3832

class GetTransitGatewayRegistrationsRequest < Struct.new(
  :global_network_id,
  :transit_gateway_arns,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-networkmanager/types.rb', line 3832

class GetTransitGatewayRegistrationsRequest < Struct.new(
  :global_network_id,
  :transit_gateway_arns,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_arnsArray<String>

The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.

Returns:

  • (Array<String>)


3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-networkmanager/types.rb', line 3832

class GetTransitGatewayRegistrationsRequest < Struct.new(
  :global_network_id,
  :transit_gateway_arns,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end