Class: Aws::Personalize::Types::DescribeDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeDatasetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset ⇒ Types::Dataset
A listing of the dataset’s properties.
Instance Attribute Details
#dataset ⇒ Types::Dataset
A listing of the dataset’s properties.
3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-personalize/types.rb', line 3159 class DescribeDatasetResponse < Struct.new( :dataset) SENSITIVE = [] include Aws::Structure end |