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)


7125
7126
7127
# File 'sig/types.rbs', line 7125

def next_token
  @next_token
end

#route_tables::Array[Types::RouteTable]

Returns the value of attribute route_tables.

Returns:



7124
7125
7126
# File 'sig/types.rbs', line 7124

def route_tables
  @route_tables
end