Class: Aws::Types::ConfiguredTableAnalysisRulePolicyV1
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredTableAnalysisRulePolicyV1
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Aggregation, Custom, List, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ Types::AnalysisRuleAggregation
Returns the value of attribute aggregation.
-
#custom ⇒ Types::AnalysisRuleCustom
Returns the value of attribute custom.
-
#list ⇒ Types::AnalysisRuleList
Returns the value of attribute list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aggregation ⇒ Types::AnalysisRuleAggregation
Returns the value of attribute aggregation.
730 731 732 |
# File 'sig/types.rbs', line 730 def aggregation @aggregation end |
#custom ⇒ Types::AnalysisRuleCustom
Returns the value of attribute custom.
731 732 733 |
# File 'sig/types.rbs', line 731 def custom @custom end |
#list ⇒ Types::AnalysisRuleList
Returns the value of attribute list.
729 730 731 |
# File 'sig/types.rbs', line 729 def list @list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
732 733 734 |
# File 'sig/types.rbs', line 732 def unknown @unknown end |