Class: Aws::Types::ConfiguredTableAnalysisRule
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredTableAnalysisRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_table_arn ⇒ ::String
Returns the value of attribute configured_table_arn.
-
#configured_table_id ⇒ ::String
Returns the value of attribute configured_table_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#policy ⇒ Types::ConfiguredTableAnalysisRulePolicy
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_arn ⇒ ::String
Returns the value of attribute configured_table_arn.
709 710 711 |
# File 'sig/types.rbs', line 709 def configured_table_arn @configured_table_arn end |
#configured_table_id ⇒ ::String
Returns the value of attribute configured_table_id.
708 709 710 |
# File 'sig/types.rbs', line 708 def configured_table_id @configured_table_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
712 713 714 |
# File 'sig/types.rbs', line 712 def create_time @create_time end |
#policy ⇒ Types::ConfiguredTableAnalysisRulePolicy
Returns the value of attribute policy.
710 711 712 |
# File 'sig/types.rbs', line 710 def policy @policy end |
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
711 712 713 |
# File 'sig/types.rbs', line 711 def type @type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
713 714 715 |
# File 'sig/types.rbs', line 713 def update_time @update_time end |