Class: Aws::CleanRooms::Types::GetSchemaInput

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 schema belongs to. Currently accepts a collaboration ID.

Returns:

  • (String)


4618
4619
4620
4621
4622
4623
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4618

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

#nameString

The name of the relation to retrieve the schema for.

Returns:

  • (String)


4618
4619
4620
4621
4622
4623
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4618

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