Class: Aws::Types::ConfiguredTableAssociationAnalysisRule
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredTableAssociationAnalysisRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_table_association_arn ⇒ ::String
Returns the value of attribute configured_table_association_arn.
-
#configured_table_association_id ⇒ ::String
Returns the value of attribute configured_table_association_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#policy ⇒ Types::ConfiguredTableAssociationAnalysisRulePolicy
Returns the value of attribute policy.
-
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#configured_table_association_arn ⇒ ::String
Returns the value of attribute configured_table_association_arn.
765 766 767 |
# File 'sig/types.rbs', line 765 def configured_table_association_arn @configured_table_association_arn end |
#configured_table_association_id ⇒ ::String
Returns the value of attribute configured_table_association_id.
764 765 766 |
# File 'sig/types.rbs', line 764 def configured_table_association_id @configured_table_association_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
768 769 770 |
# File 'sig/types.rbs', line 768 def create_time @create_time end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
763 764 765 |
# File 'sig/types.rbs', line 763 def membership_identifier @membership_identifier end |
#policy ⇒ Types::ConfiguredTableAssociationAnalysisRulePolicy
Returns the value of attribute policy.
766 767 768 |
# File 'sig/types.rbs', line 766 def policy @policy end |
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
767 768 769 |
# File 'sig/types.rbs', line 767 def type @type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
769 770 771 |
# File 'sig/types.rbs', line 769 def update_time @update_time end |