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
439 |
# File 'sig/client.rbs', line 439
def arn: () -> ::String
|
#data_set_id ⇒ ::String
440 |
# File 'sig/client.rbs', line 440
def data_set_id: () -> ::String
|
#ingestion_arn ⇒ ::String
441 |
# File 'sig/client.rbs', line 441
def ingestion_arn: () -> ::String
|
#ingestion_id ⇒ ::String
442 |
# File 'sig/client.rbs', line 442
def ingestion_id: () -> ::String
|
#request_id ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def request_id: () -> ::String
|
#status ⇒ ::Integer
444 |
# File 'sig/client.rbs', line 444
def status: () -> ::Integer
|