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.



3015
3016
3017
3018
3019
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3015

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