Class: Aws::Types::DescribeVpnConcentratorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpnConcentratorsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpn_concentrator_ids ⇒ ::Array[::String]
Returns the value of attribute vpn_concentrator_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8078 8079 8080 |
# File 'sig/types.rbs', line 8078 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
8075 8076 8077 |
# File 'sig/types.rbs', line 8075 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8076 8077 8078 |
# File 'sig/types.rbs', line 8076 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8077 8078 8079 |
# File 'sig/types.rbs', line 8077 def next_token @next_token end |
#vpn_concentrator_ids ⇒ ::Array[::String]
Returns the value of attribute vpn_concentrator_ids.
8074 8075 8076 |
# File 'sig/types.rbs', line 8074 def vpn_concentrator_ids @vpn_concentrator_ids end |