Module: Aws::QuickSight::Client::_ListDataSourcesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDataSourcesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #data_sources ⇒ ::Array[Types::DataSource]
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#data_sources ⇒ ::Array[Types::DataSource]
2717 |
# File 'sig/client.rbs', line 2717
def data_sources: () -> ::Array[Types::DataSource]
|
#next_token ⇒ ::String
2718 |
# File 'sig/client.rbs', line 2718
def next_token: () -> ::String
|
#request_id ⇒ ::String
2719 |
# File 'sig/client.rbs', line 2719
def request_id: () -> ::String
|
#status ⇒ ::Integer
2720 |
# File 'sig/client.rbs', line 2720
def status: () -> ::Integer
|