Class: Aws::Personalize::Types::DescribeSchemaResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schemaTypes::DatasetSchema

The requested schema.



3006
3007
3008
3009
3010
# File 'lib/aws-sdk-personalize/types.rb', line 3006

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