Class: Aws::CleanRooms::Types::GetSchemaOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schemaTypes::Schema

The entire schema object.

Returns:



3238
3239
3240
3241
3242
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3238

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