Class: Aws::Types::ConfiguredTableAssociationAnalysisRulePolicyV1
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredTableAssociationAnalysisRulePolicyV1
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Aggregation, Custom, List, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ Types::ConfiguredTableAssociationAnalysisRuleAggregation
Returns the value of attribute aggregation.
-
#custom ⇒ Types::ConfiguredTableAssociationAnalysisRuleCustom
Returns the value of attribute custom.
-
#list ⇒ Types::ConfiguredTableAssociationAnalysisRuleList
Returns the value of attribute list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aggregation ⇒ Types::ConfiguredTableAssociationAnalysisRuleAggregation
Returns the value of attribute aggregation.
821 822 823 |
# File 'sig/types.rbs', line 821 def aggregation @aggregation end |
#custom ⇒ Types::ConfiguredTableAssociationAnalysisRuleCustom
Returns the value of attribute custom.
822 823 824 |
# File 'sig/types.rbs', line 822 def custom @custom end |
#list ⇒ Types::ConfiguredTableAssociationAnalysisRuleList
Returns the value of attribute list.
820 821 822 |
# File 'sig/types.rbs', line 820 def list @list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
823 824 825 |
# File 'sig/types.rbs', line 823 def unknown @unknown end |