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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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)


3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3597

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

#transit_gateway_registrationsArray<Types::TransitGatewayRegistration>

The transit gateway registrations.



3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3597

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