Module: Aws::QuickSight::Client::_UpdateDataSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDataSetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #data_set_id ⇒ ::String
- #ingestion_arn ⇒ ::String
- #ingestion_id ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
4385 |
# File 'sig/client.rbs', line 4385
def arn: () -> ::String
|
#data_set_id ⇒ ::String
4386 |
# File 'sig/client.rbs', line 4386
def data_set_id: () -> ::String
|
#ingestion_arn ⇒ ::String
4387 |
# File 'sig/client.rbs', line 4387
def ingestion_arn: () -> ::String
|
#ingestion_id ⇒ ::String
4388 |
# File 'sig/client.rbs', line 4388
def ingestion_id: () -> ::String
|
#request_id ⇒ ::String
4389 |
# File 'sig/client.rbs', line 4389
def request_id: () -> ::String
|
#status ⇒ ::Integer
4390 |
# File 'sig/client.rbs', line 4390
def status: () -> ::Integer
|