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.
469 470 471 |
# File 'sig/types.rbs', line 469 def state @state end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
468 469 470 |
# File 'sig/types.rbs', line 468 def vpc_connection_arn @vpc_connection_arn end |