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)


7484
7485
7486
# File 'sig/types.rbs', line 7484

def next_token
  @next_token
end

#transit_gateway_route_tables::Array[Types::TransitGatewayRouteTable]

Returns the value of attribute transit_gateway_route_tables.

Returns:



7483
7484
7485
# File 'sig/types.rbs', line 7483

def transit_gateway_route_tables
  @transit_gateway_route_tables
end