Class: Aws::Types::UpdateIntermediateTableAnalysisRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntermediateTableAnalysisRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_rule_policy ⇒ Types::IntermediateTableAnalysisRulePolicy
Returns the value of attribute analysis_rule_policy.
-
#analysis_rule_type ⇒ "CUSTOM"
Returns the value of attribute analysis_rule_type.
-
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#analysis_rule_policy ⇒ Types::IntermediateTableAnalysisRulePolicy
Returns the value of attribute analysis_rule_policy.
3333 3334 3335 |
# File 'sig/types.rbs', line 3333 def analysis_rule_policy @analysis_rule_policy end |
#analysis_rule_type ⇒ "CUSTOM"
Returns the value of attribute analysis_rule_type.
3332 3333 3334 |
# File 'sig/types.rbs', line 3332 def analysis_rule_type @analysis_rule_type end |
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
3331 3332 3333 |
# File 'sig/types.rbs', line 3331 def intermediate_table_identifier @intermediate_table_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3330 3331 3332 |
# File 'sig/types.rbs', line 3330 def membership_identifier @membership_identifier end |