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
4539 |
# File 'sig/client.rbs', line 4539
def arn: () -> ::String
|
#data_set_id ⇒ ::String
4540 |
# File 'sig/client.rbs', line 4540
def data_set_id: () -> ::String
|
#ingestion_arn ⇒ ::String
4541 |
# File 'sig/client.rbs', line 4541
def ingestion_arn: () -> ::String
|
#ingestion_id ⇒ ::String
4542 |
# File 'sig/client.rbs', line 4542
def ingestion_id: () -> ::String
|
#request_id ⇒ ::String
4543 |
# File 'sig/client.rbs', line 4543
def request_id: () -> ::String
|
#status ⇒ ::Integer
4544 |
# File 'sig/client.rbs', line 4544
def status: () -> ::Integer
|