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.
3765 3766 3767 |
# File 'sig/types.rbs', line 3765 def client_token @client_token end |
#dataset_config ⇒ Types::DatasetConfig
Returns the value of attribute dataset_config.
3762 3763 3764 |
# File 'sig/types.rbs', line 3762 def dataset_config @dataset_config end |
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
3761 3762 3763 |
# File 'sig/types.rbs', line 3761 def dataset_description @dataset_description end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
3758 3759 3760 |
# File 'sig/types.rbs', line 3758 def dataset_id @dataset_id end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
3760 3761 3762 |
# File 'sig/types.rbs', line 3760 def dataset_name @dataset_name end |
#dataset_source ⇒ Types::DatasetSource
Returns the value of attribute dataset_source.
3764 3765 3766 |
# File 'sig/types.rbs', line 3764 def dataset_source @dataset_source end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
3763 3764 3765 |
# File 'sig/types.rbs', line 3763 def @metadata end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3759 3760 3761 |
# File 'sig/types.rbs', line 3759 def workspace_name @workspace_name end |