Module: Aws::LookoutEquipment::Client::_CreateDatasetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDatasetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#dataset_arn ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def dataset_arn: () -> ::String
|
#dataset_name ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def dataset_name: () -> ::String
|
#status ⇒ "CREATED", ...
86 |
# File 'sig/client.rbs', line 86
def status: () -> ("CREATED" | "INGESTION_IN_PROGRESS" | "ACTIVE" | "IMPORT_IN_PROGRESS")
|