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

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

#collaboration_identifierString

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

Returns:

  • (String)


782
783
784
785
786
787
# File 'lib/aws-sdk-cleanrooms/types.rb', line 782

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>)


782
783
784
785
786
787
# File 'lib/aws-sdk-cleanrooms/types.rb', line 782

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