Class: Aws::Types::DescribeRouteTablesResult

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)


6942
6943
6944
# File 'sig/types.rbs', line 6942

def next_token
  @next_token
end

#route_tables::Array[Types::RouteTable]

Returns the value of attribute route_tables.

Returns:



6941
6942
6943
# File 'sig/types.rbs', line 6941

def route_tables
  @route_tables
end