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
4426 |
# File 'sig/client.rbs', line 4426
def arn: () -> ::String
|
#data_set_id ⇒ ::String
4427 |
# File 'sig/client.rbs', line 4427
def data_set_id: () -> ::String
|
#ingestion_arn ⇒ ::String
4428 |
# File 'sig/client.rbs', line 4428
def ingestion_arn: () -> ::String
|
#ingestion_id ⇒ ::String
4429 |
# File 'sig/client.rbs', line 4429
def ingestion_id: () -> ::String
|
#request_id ⇒ ::String
4430 |
# File 'sig/client.rbs', line 4430
def request_id: () -> ::String
|
#status ⇒ ::Integer
4431 |
# File 'sig/client.rbs', line 4431
def status: () -> ::Integer
|