Class: Aws::Types::DescribeVpnConcentratorsResult

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)


7901
7902
7903
# File 'sig/types.rbs', line 7901

def next_token
  @next_token
end

#vpn_concentrators::Array[Types::VpnConcentrator]

Returns the value of attribute vpn_concentrators.

Returns:



7900
7901
7902
# File 'sig/types.rbs', line 7900

def vpn_concentrators
  @vpn_concentrators
end