Class: Aws::Personalize::Types::DescribeDatasetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeDatasetGroupResponse
- Defined in:
- gems/aws-sdk-personalize/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.
3032 3033 3034 3035 3036 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3032 class DescribeDatasetGroupResponse < Struct.new( :dataset_group) SENSITIVE = [] include Aws::Structure end |