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.
2778 2779 2780 2781 2782 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2778 class DescribeDatasetGroupResponse < Struct.new( :dataset_group) SENSITIVE = [] include Aws::Structure end |