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)


8174
8175
8176
# File 'sig/types.rbs', line 8174

def next_token
  @next_token
end

#vpn_concentrators::Array[Types::VpnConcentrator]

Returns the value of attribute vpn_concentrators.

Returns:



8173
8174
8175
# File 'sig/types.rbs', line 8173

def vpn_concentrators
  @vpn_concentrators
end