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