Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::RuleAction]
Returns the value of attribute actions.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#function ⇒ ::String
Returns the value of attribute function.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pre_evaluation_filters ⇒ Types::PreEvaluationFilters
Returns the value of attribute pre_evaluation_filters.
-
#publish_status ⇒ "DRAFT", "PUBLISHED"
Returns the value of attribute publish_status.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#rule_capability_tiers ⇒ ::Array[("GenerativeAI")]
Returns the value of attribute rule_capability_tiers.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#trigger_event_source ⇒ Types::RuleTriggerEventSource
Returns the value of attribute trigger_event_source.
Instance Attribute Details
#actions ⇒ ::Array[Types::RuleAction]
Returns the value of attribute actions.
7153 7154 7155 |
# File 'sig/types.rbs', line 7153 def actions @actions end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
7156 7157 7158 |
# File 'sig/types.rbs', line 7156 def created_time @created_time end |
#function ⇒ ::String
Returns the value of attribute function.
7152 7153 7154 |
# File 'sig/types.rbs', line 7152 def function @function end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
7158 7159 7160 |
# File 'sig/types.rbs', line 7158 def last_updated_by @last_updated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
7157 7158 7159 |
# File 'sig/types.rbs', line 7157 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
7147 7148 7149 |
# File 'sig/types.rbs', line 7147 def name @name end |
#pre_evaluation_filters ⇒ Types::PreEvaluationFilters
Returns the value of attribute pre_evaluation_filters.
7155 7156 7157 |
# File 'sig/types.rbs', line 7155 def pre_evaluation_filters @pre_evaluation_filters end |
#publish_status ⇒ "DRAFT", "PUBLISHED"
Returns the value of attribute publish_status.
7154 7155 7156 |
# File 'sig/types.rbs', line 7154 def publish_status @publish_status end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
7149 7150 7151 |
# File 'sig/types.rbs', line 7149 def rule_arn @rule_arn end |
#rule_capability_tiers ⇒ ::Array[("GenerativeAI")]
Returns the value of attribute rule_capability_tiers.
7151 7152 7153 |
# File 'sig/types.rbs', line 7151 def rule_capability_tiers @rule_capability_tiers end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
7148 7149 7150 |
# File 'sig/types.rbs', line 7148 def rule_id @rule_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
7159 7160 7161 |
# File 'sig/types.rbs', line 7159 def @tags end |
#trigger_event_source ⇒ Types::RuleTriggerEventSource
Returns the value of attribute trigger_event_source.
7150 7151 7152 |
# File 'sig/types.rbs', line 7150 def trigger_event_source @trigger_event_source end |