Class: Aws::NetworkManager::Types::GetTransitGatewayRegistrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetTransitGatewayRegistrationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next page of results.
-
#transit_gateway_registrations ⇒ Array<Types::TransitGatewayRegistration>
The transit gateway registrations.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
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_registrations ⇒ Array<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 |