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.
3730 3731 3732 |
# File 'sig/types.rbs', line 3730 def dataset_arn @dataset_arn end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
3729 3730 3731 |
# File 'sig/types.rbs', line 3729 def dataset_id @dataset_id end |
#dataset_status ⇒ Types::DatasetStatus
Returns the value of attribute dataset_status.
3731 3732 3733 |
# File 'sig/types.rbs', line 3731 def dataset_status @dataset_status end |