Class: Aws::Types::CreateDatasetGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_arns ⇒ ::Array[::String]
Returns the value of attribute dataset_arns.
-
#dataset_group_name ⇒ ::String
Returns the value of attribute dataset_group_name.
-
#domain ⇒ "RETAIL", ...
Returns the value of attribute domain.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#dataset_arns ⇒ ::Array[::String]
Returns the value of attribute dataset_arns.
80 81 82 |
# File 'sig/types.rbs', line 80 def dataset_arns @dataset_arns end |
#dataset_group_name ⇒ ::String
Returns the value of attribute dataset_group_name.
78 79 80 |
# File 'sig/types.rbs', line 78 def dataset_group_name @dataset_group_name end |
#domain ⇒ "RETAIL", ...
Returns the value of attribute domain.
79 80 81 |
# File 'sig/types.rbs', line 79 def domain @domain end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
81 82 83 |
# File 'sig/types.rbs', line 81 def @tags end |