Class: Aws::Types::UpdateConfiguredTableAssociationAnalysisRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfiguredTableAssociationAnalysisRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_rule_policy ⇒ Types::ConfiguredTableAssociationAnalysisRulePolicy
Returns the value of attribute analysis_rule_policy.
-
#analysis_rule_type ⇒ "AGGREGATION", ...
Returns the value of attribute analysis_rule_type.
-
#configured_table_association_identifier ⇒ ::String
Returns the value of attribute configured_table_association_identifier.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#analysis_rule_policy ⇒ Types::ConfiguredTableAssociationAnalysisRulePolicy
Returns the value of attribute analysis_rule_policy.
3264 3265 3266 |
# File 'sig/types.rbs', line 3264 def analysis_rule_policy @analysis_rule_policy end |
#analysis_rule_type ⇒ "AGGREGATION", ...
Returns the value of attribute analysis_rule_type.
3263 3264 3265 |
# File 'sig/types.rbs', line 3263 def analysis_rule_type @analysis_rule_type end |
#configured_table_association_identifier ⇒ ::String
Returns the value of attribute configured_table_association_identifier.
3262 3263 3264 |
# File 'sig/types.rbs', line 3262 def configured_table_association_identifier @configured_table_association_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3261 3262 3263 |
# File 'sig/types.rbs', line 3261 def membership_identifier @membership_identifier end |