Class: Aws::CleanRooms::Types::IntermediateTableAnalysisRule

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

Overview

Contains the details of an analysis rule for an intermediate table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rule_policyTypes::IntermediateTableAnalysisRulePolicy

The policy of the analysis rule.



6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6471

class IntermediateTableAnalysisRule < Struct.new(
  :intermediate_table_identifier,
  :intermediate_table_arn,
  :analysis_rule_policy,
  :analysis_rule_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_rule_typeString

The type of the analysis rule.

Returns:

  • (String)


6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6471

class IntermediateTableAnalysisRule < Struct.new(
  :intermediate_table_identifier,
  :intermediate_table_arn,
  :analysis_rule_policy,
  :analysis_rule_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time the analysis rule was created.

Returns:

  • (Time)


6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6471

class IntermediateTableAnalysisRule < Struct.new(
  :intermediate_table_identifier,
  :intermediate_table_arn,
  :analysis_rule_policy,
  :analysis_rule_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#intermediate_table_arnString

The Amazon Resource Name (ARN) of the intermediate table associated with this analysis rule.

Returns:

  • (String)


6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6471

class IntermediateTableAnalysisRule < Struct.new(
  :intermediate_table_identifier,
  :intermediate_table_arn,
  :analysis_rule_policy,
  :analysis_rule_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#intermediate_table_identifierString

The unique identifier of the intermediate table associated with this analysis rule.

Returns:

  • (String)


6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6471

class IntermediateTableAnalysisRule < Struct.new(
  :intermediate_table_identifier,
  :intermediate_table_arn,
  :analysis_rule_policy,
  :analysis_rule_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time the analysis rule was last updated.

Returns:

  • (Time)


6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6471

class IntermediateTableAnalysisRule < Struct.new(
  :intermediate_table_identifier,
  :intermediate_table_arn,
  :analysis_rule_policy,
  :analysis_rule_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end