Class: Aws::CleanRooms::Types::BatchGetSchemaOutput

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

#errorsArray<Types::BatchGetSchemaError>

Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.

Returns:



740
741
742
743
744
745
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 740

class BatchGetSchemaOutput < Struct.new(
  :schemas,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#schemasArray<Types::Schema>

The retrieved list of schemas.

Returns:



740
741
742
743
744
745
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 740

class BatchGetSchemaOutput < Struct.new(
  :schemas,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end