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
4876 |
# File 'sig/client.rbs', line 4876
def arn: () -> ::String
|
#data_set_id ⇒ ::String
4877 |
# File 'sig/client.rbs', line 4877
def data_set_id: () -> ::String
|
#ingestion_arn ⇒ ::String
4878 |
# File 'sig/client.rbs', line 4878
def ingestion_arn: () -> ::String
|
#ingestion_id ⇒ ::String
4879 |
# File 'sig/client.rbs', line 4879
def ingestion_id: () -> ::String
|
#request_id ⇒ ::String
4880 |
# File 'sig/client.rbs', line 4880
def request_id: () -> ::String
|
#status ⇒ ::Integer
4881 |
# File 'sig/client.rbs', line 4881
def status: () -> ::Integer
|