Class: Aws::Types::DescribeVpnConcentratorsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8168
8169
8170
# File 'sig/types.rbs', line 8168

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



8165
8166
8167
# File 'sig/types.rbs', line 8165

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8166
8167
8168
# File 'sig/types.rbs', line 8166

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8167
8168
8169
# File 'sig/types.rbs', line 8167

def next_token
  @next_token
end

#vpn_concentrator_ids::Array[::String]

Returns the value of attribute vpn_concentrator_ids.

Returns:

  • (::Array[::String])


8164
8165
8166
# File 'sig/types.rbs', line 8164

def vpn_concentrator_ids
  @vpn_concentrator_ids
end