Class: Aws::Types::UpdateDatasetGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDatasetGroupRequest
- 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_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
Instance Attribute Details
#dataset_arns ⇒ ::Array[::String]
Returns the value of attribute dataset_arns.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def dataset_arns @dataset_arns end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def dataset_group_arn @dataset_group_arn end |