Class: Aws::Personalize::Types::DescribeDatasetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeDatasetGroupRequest
- 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 dataset group to describe.
Instance Attribute Details
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group to describe.
3130 3131 3132 3133 3134 |
# File 'lib/aws-sdk-personalize/types.rb', line 3130 class DescribeDatasetGroupRequest < Struct.new( :dataset_group_arn) SENSITIVE = [] include Aws::Structure end |