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
1891 |
# File 'sig/client.rbs', line 1891
def data_set_refresh_properties: () -> Types::DataSetRefreshProperties
|
#request_id ⇒ ::String
1889 |
# File 'sig/client.rbs', line 1889
def request_id: () -> ::String
|
#status ⇒ ::Integer
1890 |
# File 'sig/client.rbs', line 1890
def status: () -> ::Integer
|