Class: Aws::Types::ListVPCConnectionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListVPCConnectionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#vpc_connection_summaries ⇒ ::Array[Types::VPCConnectionSummary]
Returns the value of attribute vpc_connection_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7999 8000 8001 |
# File 'sig/types.rbs', line 7999 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
8000 8001 8002 |
# File 'sig/types.rbs', line 8000 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
8001 8002 8003 |
# File 'sig/types.rbs', line 8001 def status @status end |
#vpc_connection_summaries ⇒ ::Array[Types::VPCConnectionSummary]
Returns the value of attribute vpc_connection_summaries.
7998 7999 8000 |
# File 'sig/types.rbs', line 7998 def vpc_connection_summaries @vpc_connection_summaries end |