Class: Aws::CleanRooms::Types::GetSchemaAnalysisRuleInput

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)


3193
3194
3195
3196
3197
3198
3199
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3193

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

#nameString

The name of the schema to retrieve the analysis rule for.

Returns:

  • (String)


3193
3194
3195
3196
3197
3198
3199
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3193

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

#typeString

The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.

Returns:

  • (String)


3193
3194
3195
3196
3197
3198
3199
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3193

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