Class: Aws::Types::UpdateVPCConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVPCConnectionResponse
- 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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#update_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute update_status.
-
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
12828 12829 12830 |
# File 'sig/types.rbs', line 12828 def arn @arn end |
#availability_status ⇒ "AVAILABLE", ...
Returns the value of attribute availability_status.
12831 12832 12833 |
# File 'sig/types.rbs', line 12831 def availability_status @availability_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12832 12833 12834 |
# File 'sig/types.rbs', line 12832 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12833 12834 12835 |
# File 'sig/types.rbs', line 12833 def status @status end |
#update_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute update_status.
12830 12831 12832 |
# File 'sig/types.rbs', line 12830 def update_status @update_status end |
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
12829 12830 12831 |
# File 'sig/types.rbs', line 12829 def vpc_connection_id @vpc_connection_id end |