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:



5176
5177
5178
5179
5180
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5176

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