Class: Aws::Types::DeleteDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def client_token @client_token end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def dataset_id @dataset_id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def workspace_name @workspace_name end |