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)


3225
3226
3227
3228
3229
3230
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3225

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)


3225
3226
3227
3228
3229
3230
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3225

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