Class: Aws::CleanRooms::Types::BatchGetSchemaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::BatchGetSchemaOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchGetSchemaError>
Error reasons for schemas that could not be retrieved.
-
#schemas ⇒ Array<Types::Schema>
The retrieved list of schemas.
Instance Attribute Details
#errors ⇒ Array<Types::BatchGetSchemaError>
Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.
800 801 802 803 804 805 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 800 class BatchGetSchemaOutput < Struct.new( :schemas, :errors) SENSITIVE = [] include Aws::Structure end |
#schemas ⇒ Array<Types::Schema>
The retrieved list of schemas.
800 801 802 803 804 805 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 800 class BatchGetSchemaOutput < Struct.new( :schemas, :errors) SENSITIVE = [] include Aws::Structure end |