Class: Aws::Types::CreateDatasetGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetGroupResponse
- 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.
-
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
Instance Attribute Details
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
277 278 279 |
# File 'sig/types.rbs', line 277 def dataset_group_arn @dataset_group_arn end |
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
278 279 280 |
# File 'sig/types.rbs', line 278 def domain @domain end |