Class: Aws::Types::DescribeTransitGatewayRouteTablesResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7757
7758
7759
# File 'sig/types.rbs', line 7757

def next_token
  @next_token
end

#transit_gateway_route_tables::Array[Types::TransitGatewayRouteTable]

Returns the value of attribute transit_gateway_route_tables.

Returns:



7756
7757
7758
# File 'sig/types.rbs', line 7756

def transit_gateway_route_tables
  @transit_gateway_route_tables
end