Class: Aws::Types::DescribeDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#dataset_version ⇒ ::String
Returns the value of attribute dataset_version.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def dataset_id @dataset_id end |
#dataset_version ⇒ ::String
Returns the value of attribute dataset_version.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def dataset_version @dataset_version end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def workspace_name @workspace_name end |