Class: Aws::Types::GetConfiguredTableAnalysisRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::GetConfiguredTableAnalysisRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_type ⇒ "AGGREGATION", ...
Returns the value of attribute analysis_rule_type.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def analysis_rule_type @analysis_rule_type end |
#configured_table_identifier ⇒ ::String
Returns the value of attribute configured_table_identifier.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def configured_table_identifier @configured_table_identifier end |