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_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
Instance Attribute Details
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
44 45 46 |
# File 'sig/types.rbs', line 44 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
43 44 45 |
# File 'sig/types.rbs', line 43 def dataset_name @dataset_name end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
45 46 47 |
# File 'sig/types.rbs', line 45 def status @status end |