Class: Aws::Types::UpdateDatasetResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDatasetResponse
- 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.
3771 3772 3773 |
# File 'sig/types.rbs', line 3771 def dataset_arn @dataset_arn end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
3770 3771 3772 |
# File 'sig/types.rbs', line 3770 def dataset_id @dataset_id end |
#dataset_status ⇒ Types::DatasetStatus
Returns the value of attribute dataset_status.
3772 3773 3774 |
# File 'sig/types.rbs', line 3772 def dataset_status @dataset_status end |