Class: Aws::CleanRooms::Types::GetIntermediateTableAnalysisRuleInput

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

#analysis_rule_typeString

The type of analysis rule to retrieve. Currently, only CUSTOM is supported.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5345

class GetIntermediateTableAnalysisRuleInput < Struct.new(
  :membership_identifier,
  :intermediate_table_identifier,
  :analysis_rule_type)
  SENSITIVE = []
  include Aws::Structure
end

#intermediate_table_identifierString

The unique identifier of the intermediate table for which to retrieve the analysis rule.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5345

class GetIntermediateTableAnalysisRuleInput < Struct.new(
  :membership_identifier,
  :intermediate_table_identifier,
  :analysis_rule_type)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The unique identifier of the membership that contains the intermediate table.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5345

class GetIntermediateTableAnalysisRuleInput < Struct.new(
  :membership_identifier,
  :intermediate_table_identifier,
  :analysis_rule_type)
  SENSITIVE = []
  include Aws::Structure
end