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.
5464 5465 5466 |
# File 'sig/types.rbs', line 5464 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5465 5466 5467 |
# File 'sig/types.rbs', line 5465 def status @status end |
#vpc_connection ⇒ Types::VPCConnection
Returns the value of attribute vpc_connection.
5463 5464 5465 |
# File 'sig/types.rbs', line 5463 def vpc_connection @vpc_connection end |