Class: Aws::Types::DeleteCustomerGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomerGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
4028 4029 4030 |
# File 'sig/types.rbs', line 4028 def customer_gateway_id @customer_gateway_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4029 4030 4031 |
# File 'sig/types.rbs', line 4029 def dry_run @dry_run end |