Class: Aws::Types::ImportDatasetResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImportDatasetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
Instance Attribute Details
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
462 463 464 |
# File 'sig/types.rbs', line 462 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
461 462 463 |
# File 'sig/types.rbs', line 461 def dataset_name @dataset_name end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
464 465 466 |
# File 'sig/types.rbs', line 464 def job_id @job_id end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
463 464 465 |
# File 'sig/types.rbs', line 463 def status @status end |