Class: Aws::Types::DeleteDirectConnectGatewayAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDirectConnectGatewayAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
-
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
368 369 370 |
# File 'sig/types.rbs', line 368 def association_id @association_id end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def direct_connect_gateway_id @direct_connect_gateway_id end |
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
370 371 372 |
# File 'sig/types.rbs', line 370 def virtual_gateway_id @virtual_gateway_id end |