Class: Aws::Types::UpdateDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dataset_config ⇒ Types::DatasetConfig
Returns the value of attribute dataset_config.
-
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#dataset_source ⇒ Types::DatasetSource
Returns the value of attribute dataset_source.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3724 3725 3726 |
# File 'sig/types.rbs', line 3724 def client_token @client_token end |
#dataset_config ⇒ Types::DatasetConfig
Returns the value of attribute dataset_config.
3721 3722 3723 |
# File 'sig/types.rbs', line 3721 def dataset_config @dataset_config end |
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
3720 3721 3722 |
# File 'sig/types.rbs', line 3720 def dataset_description @dataset_description end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
3717 3718 3719 |
# File 'sig/types.rbs', line 3717 def dataset_id @dataset_id end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
3719 3720 3721 |
# File 'sig/types.rbs', line 3719 def dataset_name @dataset_name end |
#dataset_source ⇒ Types::DatasetSource
Returns the value of attribute dataset_source.
3723 3724 3725 |
# File 'sig/types.rbs', line 3723 def dataset_source @dataset_source end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
3722 3723 3724 |
# File 'sig/types.rbs', line 3722 def @metadata end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3718 3719 3720 |
# File 'sig/types.rbs', line 3718 def workspace_name @workspace_name end |