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.
125 126 127 |
# File 'sig/types.rbs', line 125 def collaboration_id @collaboration_id end |
#collaboration_policy ⇒ Types::ConfiguredTableAssociationAnalysisRulePolicy
Returns the value of attribute collaboration_policy.
131 132 133 |
# File 'sig/types.rbs', line 131 def collaboration_policy @collaboration_policy end |
#consolidated_policy ⇒ Types::ConsolidatedPolicy
Returns the value of attribute consolidated_policy.
132 133 134 |
# File 'sig/types.rbs', line 132 def consolidated_policy @consolidated_policy end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
128 129 130 |
# File 'sig/types.rbs', line 128 def create_time @create_time end |
#name ⇒ ::String
Returns the value of attribute name.
127 128 129 |
# File 'sig/types.rbs', line 127 def name @name end |
#policy ⇒ Types::AnalysisRulePolicy
Returns the value of attribute policy.
130 131 132 |
# File 'sig/types.rbs', line 130 def policy @policy end |
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
126 127 128 |
# File 'sig/types.rbs', line 126 def type @type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
129 130 131 |
# File 'sig/types.rbs', line 129 def update_time @update_time end |