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.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def analysis_rule_policy @analysis_rule_policy end |
#analysis_rule_type ⇒ "CUSTOM"
Returns the value of attribute analysis_rule_type.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def analysis_rule_type @analysis_rule_type end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def create_time @create_time end |
#intermediate_table_arn ⇒ ::String
Returns the value of attribute intermediate_table_arn.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def intermediate_table_arn @intermediate_table_arn end |
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def intermediate_table_identifier @intermediate_table_identifier end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def update_time @update_time end |