Class: Aws::Types::DisassociateCustomerGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateCustomerGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_gateway_arn ⇒ ::String
Returns the value of attribute customer_gateway_arn.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
Instance Attribute Details
#customer_gateway_arn ⇒ ::String
Returns the value of attribute customer_gateway_arn.
801 802 803 |
# File 'sig/types.rbs', line 801 def customer_gateway_arn @customer_gateway_arn end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
800 801 802 |
# File 'sig/types.rbs', line 800 def global_network_id @global_network_id end |