Class: Aws::Types::AnalysisRule
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
-
#collaboration_policy ⇒ Types::ConfiguredTableAssociationAnalysisRulePolicy
Returns the value of attribute collaboration_policy.
-
#consolidated_policy ⇒ Types::ConsolidatedPolicy
Returns the value of attribute consolidated_policy.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy ⇒ Types::AnalysisRulePolicy
Returns the value of attribute policy.
-
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
116 117 118 |
# File 'sig/types.rbs', line 116 def collaboration_id @collaboration_id end |
#collaboration_policy ⇒ Types::ConfiguredTableAssociationAnalysisRulePolicy
Returns the value of attribute collaboration_policy.
122 123 124 |
# File 'sig/types.rbs', line 122 def collaboration_policy @collaboration_policy end |
#consolidated_policy ⇒ Types::ConsolidatedPolicy
Returns the value of attribute consolidated_policy.
123 124 125 |
# File 'sig/types.rbs', line 123 def consolidated_policy @consolidated_policy end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
119 120 121 |
# File 'sig/types.rbs', line 119 def create_time @create_time end |
#name ⇒ ::String
Returns the value of attribute name.
118 119 120 |
# File 'sig/types.rbs', line 118 def name @name end |
#policy ⇒ Types::AnalysisRulePolicy
Returns the value of attribute policy.
121 122 123 |
# File 'sig/types.rbs', line 121 def policy @policy end |
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
117 118 119 |
# File 'sig/types.rbs', line 117 def type @type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
120 121 122 |
# File 'sig/types.rbs', line 120 def update_time @update_time end |