Class: Aws::Types::RuleSearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleSearchSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_summaries ⇒ ::Array[Types::ActionSummary]
Returns the value of attribute action_summaries.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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
#action_summaries ⇒ ::Array[Types::ActionSummary]
Returns the value of attribute action_summaries.
7218 7219 7220 |
# File 'sig/types.rbs', line 7218 def action_summaries @action_summaries end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
7222 7223 7224 |
# File 'sig/types.rbs', line 7222 def created_time @created_time end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
7224 7225 7226 |
# File 'sig/types.rbs', line 7224 def last_updated_by @last_updated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
7223 7224 7225 |
# File 'sig/types.rbs', line 7223 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
7214 7215 7216 |
# File 'sig/types.rbs', line 7214 def name @name end |
#pre_evaluation_filters ⇒ Types::PreEvaluationFilters
Returns the value of attribute pre_evaluation_filters.
7221 7222 7223 |
# File 'sig/types.rbs', line 7221 def pre_evaluation_filters @pre_evaluation_filters end |
#publish_status ⇒ "DRAFT", "PUBLISHED"
Returns the value of attribute publish_status.
7220 7221 7222 |
# File 'sig/types.rbs', line 7220 def publish_status @publish_status end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
7216 7217 7218 |
# File 'sig/types.rbs', line 7216 def rule_arn @rule_arn end |
#rule_capability_tiers ⇒ ::Array[("GenerativeAI")]
Returns the value of attribute rule_capability_tiers.
7219 7220 7221 |
# File 'sig/types.rbs', line 7219 def rule_capability_tiers @rule_capability_tiers end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
7215 7216 7217 |
# File 'sig/types.rbs', line 7215 def rule_id @rule_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
7225 7226 7227 |
# File 'sig/types.rbs', line 7225 def end |
#trigger_event_source ⇒ Types::RuleTriggerEventSource
Returns the value of attribute trigger_event_source.
7217 7218 7219 |
# File 'sig/types.rbs', line 7217 def trigger_event_source @trigger_event_source end |