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
3227 |
# File 'sig/client.rbs', line 3227
def next_token: () -> ::String
|
#request_id ⇒ ::String
3228 |
# File 'sig/client.rbs', line 3228
def request_id: () -> ::String
|
#status ⇒ ::Integer
3229 |
# File 'sig/client.rbs', line 3229
def status: () -> ::Integer
|
#vpc_connection_summaries ⇒ ::Array[Types::VPCConnectionSummary]
3226 |
# File 'sig/client.rbs', line 3226
def vpc_connection_summaries: () -> ::Array[Types::VPCConnectionSummary]
|