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:



5796
5797
5798
5799
5800
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5796

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