Module: Aws::QuickSight::Client::_DescribeDataSetRefreshPropertiesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDataSetRefreshPropertiesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
1847 |
# File 'sig/client.rbs', line 1847
def data_set_refresh_properties: () -> Types::DataSetRefreshProperties
|
#request_id ⇒ ::String
1845 |
# File 'sig/client.rbs', line 1845
def request_id: () -> ::String
|
#status ⇒ ::Integer
1846 |
# File 'sig/client.rbs', line 1846
def status: () -> ::Integer
|