Class: Aws::Types::IntermediateTableAnalysisRule
- Inherits:
-
Object
- Object
- Aws::Types::IntermediateTableAnalysisRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_rule_policy ⇒ Types::IntermediateTableAnalysisRulePolicy
Returns the value of attribute analysis_rule_policy.
-
#analysis_rule_type ⇒ "CUSTOM"
Returns the value of attribute analysis_rule_type.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#intermediate_table_arn ⇒ ::String
Returns the value of attribute intermediate_table_arn.
-
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#analysis_rule_policy ⇒ Types::IntermediateTableAnalysisRulePolicy
Returns the value of attribute analysis_rule_policy.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def analysis_rule_policy @analysis_rule_policy end |
#analysis_rule_type ⇒ "CUSTOM"
Returns the value of attribute analysis_rule_type.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def analysis_rule_type @analysis_rule_type end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def create_time @create_time end |
#intermediate_table_arn ⇒ ::String
Returns the value of attribute intermediate_table_arn.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def intermediate_table_arn @intermediate_table_arn end |
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def intermediate_table_identifier @intermediate_table_identifier end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def update_time @update_time end |