Class: Aws::Types::CreateDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#dataset_type ⇒ ::String
Returns the value of attribute dataset_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
301 302 303 |
# File 'sig/types.rbs', line 301 def dataset_group_arn @dataset_group_arn end |
#dataset_type ⇒ ::String
Returns the value of attribute dataset_type.
302 303 304 |
# File 'sig/types.rbs', line 302 def dataset_type @dataset_type end |
#name ⇒ ::String
Returns the value of attribute name.
299 300 301 |
# File 'sig/types.rbs', line 299 def name @name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
300 301 302 |
# File 'sig/types.rbs', line 300 def schema_arn @schema_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
303 304 305 |
# File 'sig/types.rbs', line 303 def @tags end |