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

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

#schemaTypes::DatasetSchema

The requested schema.



3099
3100
3101
3102
3103
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3099

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