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.
-
#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.
6838 6839 6840 |
# File 'sig/types.rbs', line 6838 def action_summaries @action_summaries end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
6841 6842 6843 |
# File 'sig/types.rbs', line 6841 def created_time @created_time end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
6843 6844 6845 |
# File 'sig/types.rbs', line 6843 def last_updated_by @last_updated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
6842 6843 6844 |
# File 'sig/types.rbs', line 6842 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
6834 6835 6836 |
# File 'sig/types.rbs', line 6834 def name @name end |
#publish_status ⇒ "DRAFT", "PUBLISHED"
Returns the value of attribute publish_status.
6840 6841 6842 |
# File 'sig/types.rbs', line 6840 def publish_status @publish_status end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
6836 6837 6838 |
# File 'sig/types.rbs', line 6836 def rule_arn @rule_arn end |
#rule_capability_tiers ⇒ ::Array[("GenerativeAI")]
Returns the value of attribute rule_capability_tiers.
6839 6840 6841 |
# File 'sig/types.rbs', line 6839 def rule_capability_tiers @rule_capability_tiers end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
6835 6836 6837 |
# File 'sig/types.rbs', line 6835 def rule_id @rule_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
6844 6845 6846 |
# File 'sig/types.rbs', line 6844 def @tags end |
#trigger_event_source ⇒ Types::RuleTriggerEventSource
Returns the value of attribute trigger_event_source.
6837 6838 6839 |
# File 'sig/types.rbs', line 6837 def trigger_event_source @trigger_event_source end |