Class: Aws::Types::DescribeClientVpnTargetNetworksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClientVpnTargetNetworksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_ids ⇒ ::Array[::String]
Returns the value of attribute association_ids.
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#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.
Instance Attribute Details
#association_ids ⇒ ::Array[::String]
Returns the value of attribute association_ids.
5491 5492 5493 |
# File 'sig/types.rbs', line 5491 def association_ids @association_ids end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
5490 5491 5492 |
# File 'sig/types.rbs', line 5490 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5495 5496 5497 |
# File 'sig/types.rbs', line 5495 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5494 5495 5496 |
# File 'sig/types.rbs', line 5494 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5492 5493 5494 |
# File 'sig/types.rbs', line 5492 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5493 5494 5495 |
# File 'sig/types.rbs', line 5493 def next_token @next_token end |