Module: Aws::LookoutEquipment::Client::_ImportDatasetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ImportDatasetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#dataset_arn ⇒ ::String
513 |
# File 'sig/client.rbs', line 513
def dataset_arn: () -> ::String
|
#dataset_name ⇒ ::String
512 |
# File 'sig/client.rbs', line 512
def dataset_name: () -> ::String
|
#job_id ⇒ ::String
515 |
# File 'sig/client.rbs', line 515
def job_id: () -> ::String
|
#status ⇒ "CREATED", ...
514 |
# File 'sig/client.rbs', line 514
def status: () -> ("CREATED" | "INGESTION_IN_PROGRESS" | "ACTIVE" | "IMPORT_IN_PROGRESS")
|