Module: Aws::QuickSight::Client::_ListVPCConnectionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListVPCConnectionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #vpc_connection_summaries ⇒ ::Array[Types::VPCConnectionSummary]
Instance Method Details
#next_token ⇒ ::String
3268 |
# File 'sig/client.rbs', line 3268
def next_token: () -> ::String
|
#request_id ⇒ ::String
3269 |
# File 'sig/client.rbs', line 3269
def request_id: () -> ::String
|
#status ⇒ ::Integer
3270 |
# File 'sig/client.rbs', line 3270
def status: () -> ::Integer
|
#vpc_connection_summaries ⇒ ::Array[Types::VPCConnectionSummary]
3267 |
# File 'sig/client.rbs', line 3267
def vpc_connection_summaries: () -> ::Array[Types::VPCConnectionSummary]
|