Class: Aws::Types::DeleteCarrierGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCarrierGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#carrier_gateway_id ⇒ ::String
Returns the value of attribute carrier_gateway_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#carrier_gateway_id ⇒ ::String
Returns the value of attribute carrier_gateway_id.
4106 4107 4108 |
# File 'sig/types.rbs', line 4106 def carrier_gateway_id @carrier_gateway_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4107 4108 4109 |
# File 'sig/types.rbs', line 4107 def dry_run @dry_run end |