Class: Aws::Types::CreateConfiguredTableAnalysisRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfiguredTableAnalysisRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_rule_policy ⇒ Types::ConfiguredTableAnalysisRulePolicy
Returns the value of attribute analysis_rule_policy.
-
#analysis_rule_type ⇒ "AGGREGATION", ...
Returns the value of attribute analysis_rule_type.
-
#configured_table_identifier ⇒ ::String
Returns the value of attribute configured_table_identifier.
Instance Attribute Details
#analysis_rule_policy ⇒ Types::ConfiguredTableAnalysisRulePolicy
Returns the value of attribute analysis_rule_policy.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def analysis_rule_policy @analysis_rule_policy end |
#analysis_rule_type ⇒ "AGGREGATION", ...
Returns the value of attribute analysis_rule_type.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def analysis_rule_type @analysis_rule_type end |
#configured_table_identifier ⇒ ::String
Returns the value of attribute configured_table_identifier.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def configured_table_identifier @configured_table_identifier end |