Class: Aws::CleanRooms::Types::IntermediateTableAnalysisRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableAnalysisRule
- 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
-
#analysis_rule_policy ⇒ Types::IntermediateTableAnalysisRulePolicy
The policy of the analysis rule.
-
#analysis_rule_type ⇒ String
The type of the analysis rule.
-
#create_time ⇒ Time
The time the analysis rule was created.
-
#intermediate_table_arn ⇒ String
The Amazon Resource Name (ARN) of the intermediate table associated with this analysis rule.
-
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table associated with this analysis rule.
-
#update_time ⇒ Time
The time the analysis rule was last updated.
Instance Attribute Details
#analysis_rule_policy ⇒ Types::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_type ⇒ String
The type 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 |
#create_time ⇒ Time
The time the analysis rule was created.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the intermediate table associated with this 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 |
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table associated with this 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 |
#update_time ⇒ Time
The time the analysis rule was last updated.
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 |