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.
7895 7896 7897 |
# File 'sig/types.rbs', line 7895 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7892 7893 7894 |
# File 'sig/types.rbs', line 7892 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7893 7894 7895 |
# File 'sig/types.rbs', line 7893 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7894 7895 7896 |
# File 'sig/types.rbs', line 7894 def next_token @next_token end |
#vpn_concentrator_ids ⇒ ::Array[::String]
Returns the value of attribute vpn_concentrator_ids.
7891 7892 7893 |
# File 'sig/types.rbs', line 7891 def vpn_concentrator_ids @vpn_concentrator_ids end |