Class: Aws::Personalize::Types::DescribeDatasetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeDatasetGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group ⇒ Types::DatasetGroup
A listing of the dataset group’s properties.
Instance Attribute Details
#dataset_group ⇒ Types::DatasetGroup
A listing of the dataset group’s properties.
3100 3101 3102 3103 3104 |
# File 'lib/aws-sdk-personalize/types.rb', line 3100 class DescribeDatasetGroupResponse < Struct.new( :dataset_group) SENSITIVE = [] include Aws::Structure end |