Class: Aws::Types::GetConfiguredTableAssociationAnalysisRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::GetConfiguredTableAssociationAnalysisRuleInput
- 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_association_identifier ⇒ ::String
Returns the value of attribute configured_table_association_identifier.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#analysis_rule_type ⇒ "AGGREGATION", ...
Returns the value of attribute analysis_rule_type.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def analysis_rule_type @analysis_rule_type end |
#configured_table_association_identifier ⇒ ::String
Returns the value of attribute configured_table_association_identifier.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def configured_table_association_identifier @configured_table_association_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def membership_identifier @membership_identifier end |