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.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def dataset_arn @dataset_arn end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def dataset_id @dataset_id end |
#dataset_status ⇒ Types::DatasetStatus
Returns the value of attribute dataset_status.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def dataset_status @dataset_status end |