Class: Aws::Types::DescribeVPCConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVPCConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#vpc_connection ⇒ Types::VPCConnection
Returns the value of attribute vpc_connection.
Instance Attribute Details
#request_id ⇒ ::String
Returns the value of attribute request_id.
5231 5232 5233 |
# File 'sig/types.rbs', line 5231 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5232 5233 5234 |
# File 'sig/types.rbs', line 5232 def status @status end |
#vpc_connection ⇒ Types::VPCConnection
Returns the value of attribute vpc_connection.
5230 5231 5232 |
# File 'sig/types.rbs', line 5230 def vpc_connection @vpc_connection end |