Class: Aws::Types::CreateDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetRequest
- 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.
-
#dataset_type ⇒ "SESSION", ...
Returns the value of attribute dataset_type.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def client_token @client_token end |
#dataset_config ⇒ Types::DatasetConfig
Returns the value of attribute dataset_config.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def dataset_config @dataset_config end |
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def dataset_description @dataset_description end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def dataset_id @dataset_id end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def dataset_name @dataset_name end |
#dataset_source ⇒ Types::DatasetSource
Returns the value of attribute dataset_source.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def dataset_source @dataset_source end |
#dataset_type ⇒ "SESSION", ...
Returns the value of attribute dataset_type.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def dataset_type @dataset_type end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def @metadata end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def @tags end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def workspace_name @workspace_name end |