Class: Aws::Types::CreateDatasetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#dataset_status ⇒ Types::DatasetStatus
Returns the value of attribute dataset_status.
Instance Attribute Details
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def dataset_arn @dataset_arn end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def dataset_id @dataset_id end |
#dataset_status ⇒ Types::DatasetStatus
Returns the value of attribute dataset_status.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def dataset_status @dataset_status end |