Class: Aws::Personalize::Types::DescribeDatasetGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_groupTypes::DatasetGroup

A listing of the dataset group's properties.

Returns:



2871
2872
2873
2874
2875
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2871

class DescribeDatasetGroupResponse < Struct.new(
  :dataset_group)
  SENSITIVE = []
  include Aws::Structure
end