Class: Aws::Types::DescribeClientVpnRoutesResult

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)


5485
5486
5487
# File 'sig/types.rbs', line 5485

def next_token
  @next_token
end

#routes::Array[Types::ClientVpnRoute]

Returns the value of attribute routes.

Returns:



5484
5485
5486
# File 'sig/types.rbs', line 5484

def routes
  @routes
end