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

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

Returns:

  • (String)


4086
4087
4088
4089
4090
4091
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4086

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)


4086
4087
4088
4089
4090
4091
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4086

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