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:



4869
4870
4871
4872
4873
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4869

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