Class: Aws::Types::ListRoutesOutput

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)


763
764
765
# File 'sig/types.rbs', line 763

def next_token
  @next_token
end

#routes::Array[Types::RouteRef]

Returns the value of attribute routes.

Returns:



764
765
766
# File 'sig/types.rbs', line 764

def routes
  @routes
end