Class: Aws::Types::CreateDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_frequency ⇒ ::String
Returns the value of attribute data_frequency.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#dataset_type ⇒ "TARGET_TIME_SERIES", ...
Returns the value of attribute dataset_type.
-
#domain ⇒ "RETAIL", ...
Returns the value of attribute domain.
-
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
-
#schema ⇒ Types::Schema
Returns the value of attribute schema.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#data_frequency ⇒ ::String
Returns the value of attribute data_frequency.
113 114 115 |
# File 'sig/types.rbs', line 113 def data_frequency @data_frequency end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
110 111 112 |
# File 'sig/types.rbs', line 110 def dataset_name @dataset_name end |
#dataset_type ⇒ "TARGET_TIME_SERIES", ...
Returns the value of attribute dataset_type.
112 113 114 |
# File 'sig/types.rbs', line 112 def dataset_type @dataset_type end |
#domain ⇒ "RETAIL", ...
Returns the value of attribute domain.
111 112 113 |
# File 'sig/types.rbs', line 111 def domain @domain end |
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
115 116 117 |
# File 'sig/types.rbs', line 115 def encryption_config @encryption_config end |
#schema ⇒ Types::Schema
Returns the value of attribute schema.
114 115 116 |
# File 'sig/types.rbs', line 114 def schema @schema end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
116 117 118 |
# File 'sig/types.rbs', line 116 def end |