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
399 |
# File 'sig/client.rbs', line 399
def arn: () -> ::String
|
#data_set_id ⇒ ::String
400 |
# File 'sig/client.rbs', line 400
def data_set_id: () -> ::String
|
#ingestion_arn ⇒ ::String
401 |
# File 'sig/client.rbs', line 401
def ingestion_arn: () -> ::String
|
#ingestion_id ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def ingestion_id: () -> ::String
|
#request_id ⇒ ::String
403 |
# File 'sig/client.rbs', line 403
def request_id: () -> ::String
|
#status ⇒ ::Integer
404 |
# File 'sig/client.rbs', line 404
def status: () -> ::Integer
|