Class: Aws::CleanRooms::Types::AnalysisRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::AnalysisRule
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
A specification about how data from the configured table can be used in a query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_id ⇒ String
The unique ID for the associated collaboration.
-
#create_time ⇒ Time
The time the analysis rule was created.
-
#name ⇒ String
The name for the analysis rule.
-
#policy ⇒ Types::AnalysisRulePolicy
A policy that describes the associated data usage limitations.
-
#type ⇒ String
The type of analysis rule.
-
#update_time ⇒ Time
The time the analysis rule was last updated.
Instance Attribute Details
#collaboration_id ⇒ String
The unique ID for the associated collaboration.
141 142 143 144 145 146 147 148 149 150 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141 class AnalysisRule < Struct.new( :collaboration_id, :type, :name, :create_time, :update_time, :policy) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time the analysis rule was created.
141 142 143 144 145 146 147 148 149 150 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141 class AnalysisRule < Struct.new( :collaboration_id, :type, :name, :create_time, :update_time, :policy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the analysis rule.
141 142 143 144 145 146 147 148 149 150 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141 class AnalysisRule < Struct.new( :collaboration_id, :type, :name, :create_time, :update_time, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ Types::AnalysisRulePolicy
A policy that describes the associated data usage limitations.
141 142 143 144 145 146 147 148 149 150 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141 class AnalysisRule < Struct.new( :collaboration_id, :type, :name, :create_time, :update_time, :policy) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of analysis rule.
141 142 143 144 145 146 147 148 149 150 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141 class AnalysisRule < Struct.new( :collaboration_id, :type, :name, :create_time, :update_time, :policy) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time the analysis rule was last updated.
141 142 143 144 145 146 147 148 149 150 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141 class AnalysisRule < Struct.new( :collaboration_id, :type, :name, :create_time, :update_time, :policy) SENSITIVE = [] include Aws::Structure end |