Class: Aws::Personalize::Types::CreateDatasetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateDatasetGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the new dataset group.
-
#domain ⇒ String
The domain for the new Domain dataset group.
Instance Attribute Details
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the new dataset group.
1261 1262 1263 1264 1265 1266 |
# File 'lib/aws-sdk-personalize/types.rb', line 1261 class CreateDatasetGroupResponse < Struct.new( :dataset_group_arn, :domain) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The domain for the new Domain dataset group.
1261 1262 1263 1264 1265 1266 |
# File 'lib/aws-sdk-personalize/types.rb', line 1261 class CreateDatasetGroupResponse < Struct.new( :dataset_group_arn, :domain) SENSITIVE = [] include Aws::Structure end |