Class: Aws::CleanRooms::Types::BatchGetSchemaInput

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

#collaboration_identifierString

A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.

Returns:

  • (String)


722
723
724
725
726
727
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 722

class BatchGetSchemaInput < Struct.new(
  :collaboration_identifier,
  :names)
  SENSITIVE = []
  include Aws::Structure
end

#namesArray<String>

The names for the schema objects to retrieve.

Returns:

  • (Array<String>)


722
723
724
725
726
727
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 722

class BatchGetSchemaInput < Struct.new(
  :collaboration_identifier,
  :names)
  SENSITIVE = []
  include Aws::Structure
end