Class: Aws::Types::DeleteVpcConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
Instance Attribute Details
#state ⇒ "CREATING", ...
Returns the value of attribute state.
476 477 478 |
# File 'sig/types.rbs', line 476 def state @state end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
475 476 477 |
# File 'sig/types.rbs', line 475 def vpc_connection_arn @vpc_connection_arn end |