Class: Aws::Types::CreateVPCConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateVPCConnectionResponse
- 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.
-
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_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.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def arn @arn end |
#availability_status ⇒ "AVAILABLE", ...
Returns the value of attribute availability_status.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def availability_status @availability_status end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def creation_status @creation_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def status @status end |
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def vpc_connection_id @vpc_connection_id end |