Module: Aws::QuickSight::Client::_CreateDataSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDataSetResponse]
- 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
402 |
# File 'sig/client.rbs', line 402
def arn: () -> ::String
|
#data_set_id ⇒ ::String
403 |
# File 'sig/client.rbs', line 403
def data_set_id: () -> ::String
|
#ingestion_arn ⇒ ::String
404 |
# File 'sig/client.rbs', line 404
def ingestion_arn: () -> ::String
|
#ingestion_id ⇒ ::String
405 |
# File 'sig/client.rbs', line 405
def ingestion_id: () -> ::String
|
#request_id ⇒ ::String
406 |
# File 'sig/client.rbs', line 406
def request_id: () -> ::String
|
#status ⇒ ::Integer
407 |
# File 'sig/client.rbs', line 407
def status: () -> ::Integer
|