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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4031
4032
4033
4034
4035
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4031

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