Class: Aws::EC2::Types::DescribeTransitGatewayRouteTablesResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


15724
15725
15726
15727
15728
# File 'lib/aws-sdk-ec2/types.rb', line 15724

class DescribeTransitGatewayRouteTablesResult < Struct.new(
  :transit_gateway_route_tables,
  :next_token)
  include Aws::Structure
end

#transit_gateway_route_tablesArray<Types::TransitGatewayRouteTable>

Information about the transit gateway route tables.



15724
15725
15726
15727
15728
# File 'lib/aws-sdk-ec2/types.rb', line 15724

class DescribeTransitGatewayRouteTablesResult < Struct.new(
  :transit_gateway_route_tables,
  :next_token)
  include Aws::Structure
end