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.
5715 5716 5717 |
# File 'sig/types.rbs', line 5715 def customer_gateway_ids @customer_gateway_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5717 5718 5719 |
# File 'sig/types.rbs', line 5717 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5716 5717 5718 |
# File 'sig/types.rbs', line 5716 def filters @filters end |