Class: Aws::CleanRooms::Types::SchemaAnalysisRuleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Defines the information that's necessary to retrieve an analysis rule schema. Schema analysis rules are uniquely identiļ¬ed by a combination of the schema name and the analysis rule type for a given collaboration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the analysis rule schema that you are requesting.

Returns:

  • (String)


5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5126

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

#typeString

The type of analysis rule schema that you are requesting.

Returns:

  • (String)


5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5126

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