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.
3970 3971 3972 |
# File 'sig/types.rbs', line 3970 def carrier_gateway_id @carrier_gateway_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3971 3972 3973 |
# File 'sig/types.rbs', line 3971 def dry_run @dry_run end |