Class: Aws::Types::DeleteVPCConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVPCConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#availability_status ⇒ "AVAILABLE", ...
Returns the value of attribute availability_status.
-
#deletion_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute deletion_status.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4228 4229 4230 |
# File 'sig/types.rbs', line 4228 def arn @arn end |
#availability_status ⇒ "AVAILABLE", ...
Returns the value of attribute availability_status.
4231 4232 4233 |
# File 'sig/types.rbs', line 4231 def availability_status @availability_status end |
#deletion_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute deletion_status.
4230 4231 4232 |
# File 'sig/types.rbs', line 4230 def deletion_status @deletion_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4232 4233 4234 |
# File 'sig/types.rbs', line 4232 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4233 4234 4235 |
# File 'sig/types.rbs', line 4233 def status @status end |
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
4229 4230 4231 |
# File 'sig/types.rbs', line 4229 def vpc_connection_id @vpc_connection_id end |