Class: Aws::Personalize::Types::DescribeSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeSchemaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema ⇒ Types::DatasetSchema
The requested schema.
Instance Attribute Details
#schema ⇒ Types::DatasetSchema
The requested schema.
3328 3329 3330 3331 3332 |
# File 'lib/aws-sdk-personalize/types.rb', line 3328 class DescribeSchemaResponse < Struct.new( :schema) SENSITIVE = [] include Aws::Structure end |