Class: Aws::Types::DescribeCustomerGatewaysRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCustomerGatewaysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_gateway_ids ⇒ ::Array[::String]
Returns the value of attribute customer_gateway_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
Instance Attribute Details
#customer_gateway_ids ⇒ ::Array[::String]
Returns the value of attribute customer_gateway_ids.
5532 5533 5534 |
# File 'sig/types.rbs', line 5532 def customer_gateway_ids @customer_gateway_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5534 5535 5536 |
# File 'sig/types.rbs', line 5534 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5533 5534 5535 |
# File 'sig/types.rbs', line 5533 def filters @filters end |