Class: Aws::NetworkManager::Types::GetTransitGatewayRegistrationsResponse

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
# File 'lib/aws-sdk-networkmanager/types.rb', line 3851

class GetTransitGatewayRegistrationsResponse < Struct.new(
  :transit_gateway_registrations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_registrationsArray<Types::TransitGatewayRegistration>

The transit gateway registrations.



3851
3852
3853
3854
3855
3856
# File 'lib/aws-sdk-networkmanager/types.rb', line 3851

class GetTransitGatewayRegistrationsResponse < Struct.new(
  :transit_gateway_registrations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end