Class: Aws::CleanRooms::Types::GetConfiguredTableAssociationAnalysisRuleInput

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

#analysis_rule_typeString

The type of analysis rule that you want to retrieve.

Returns:

  • (String)


3813
3814
3815
3816
3817
3818
3819
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3813

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

#configured_table_association_identifierString

The identifier for the configured table association that’s related to the analysis rule.

Returns:

  • (String)


3813
3814
3815
3816
3817
3818
3819
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3813

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

#membership_identifierString

A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

Returns:

  • (String)


3813
3814
3815
3816
3817
3818
3819
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3813

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