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.
804 805 806 |
# File 'sig/types.rbs', line 804 def aggregation @aggregation end |
#custom ⇒ Types::ConfiguredTableAssociationAnalysisRuleCustom
Returns the value of attribute custom.
805 806 807 |
# File 'sig/types.rbs', line 805 def custom @custom end |
#list ⇒ Types::ConfiguredTableAssociationAnalysisRuleList
Returns the value of attribute list.
803 804 805 |
# File 'sig/types.rbs', line 803 def list @list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
806 807 808 |
# File 'sig/types.rbs', line 806 def unknown @unknown end |