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)


5668
5669
5670
# File 'sig/types.rbs', line 5668

def next_token
  @next_token
end

#routes::Array[Types::ClientVpnRoute]

Returns the value of attribute routes.

Returns:



5667
5668
5669
# File 'sig/types.rbs', line 5667

def routes
  @routes
end