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.
407 408 409 |
# File 'sig/types.rbs', line 407 def association_id @association_id end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
408 409 410 |
# File 'sig/types.rbs', line 408 def direct_connect_gateway_id @direct_connect_gateway_id end |
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
409 410 411 |
# File 'sig/types.rbs', line 409 def virtual_gateway_id @virtual_gateway_id end |