Class: Aws::CleanRooms::Types::CreateConfiguredTableAnalysisRuleInput

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_policyTypes::ConfiguredTableAnalysisRulePolicy

The analysis rule policy that was created for the configured table.



3039
3040
3041
3042
3043
3044
3045
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3039

class CreateConfiguredTableAnalysisRuleInput < Struct.new(
  :configured_table_identifier,
  :analysis_rule_type,
  :analysis_rule_policy)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_rule_typeString

The type of analysis rule.

Returns:

  • (String)


3039
3040
3041
3042
3043
3044
3045
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3039

class CreateConfiguredTableAnalysisRuleInput < Struct.new(
  :configured_table_identifier,
  :analysis_rule_type,
  :analysis_rule_policy)
  SENSITIVE = []
  include Aws::Structure
end

#configured_table_identifierString

The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID.

Returns:

  • (String)


3039
3040
3041
3042
3043
3044
3045
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3039

class CreateConfiguredTableAnalysisRuleInput < Struct.new(
  :configured_table_identifier,
  :analysis_rule_type,
  :analysis_rule_policy)
  SENSITIVE = []
  include Aws::Structure
end