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:



1115
1116
1117
1118
1119
1120
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1115

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

#schemasArray<Types::Schema>

The retrieved list of schemas.

Returns:



1115
1116
1117
1118
1119
1120
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1115

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