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.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def dataset_id @dataset_id end |
#dataset_version ⇒ ::String
Returns the value of attribute dataset_version.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def dataset_version @dataset_version end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def workspace_name @workspace_name end |