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.
-
#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.
6798 6799 6800 |
# File 'sig/types.rbs', line 6798 def actions @actions end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
6800 6801 6802 |
# File 'sig/types.rbs', line 6800 def created_time @created_time end |
#function ⇒ ::String
Returns the value of attribute function.
6797 6798 6799 |
# File 'sig/types.rbs', line 6797 def function @function end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
6802 6803 6804 |
# File 'sig/types.rbs', line 6802 def last_updated_by @last_updated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
6801 6802 6803 |
# File 'sig/types.rbs', line 6801 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
6792 6793 6794 |
# File 'sig/types.rbs', line 6792 def name @name end |
#publish_status ⇒ "DRAFT", "PUBLISHED"
Returns the value of attribute publish_status.
6799 6800 6801 |
# File 'sig/types.rbs', line 6799 def publish_status @publish_status end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
6794 6795 6796 |
# File 'sig/types.rbs', line 6794 def rule_arn @rule_arn end |
#rule_capability_tiers ⇒ ::Array[("GenerativeAI")]
Returns the value of attribute rule_capability_tiers.
6796 6797 6798 |
# File 'sig/types.rbs', line 6796 def rule_capability_tiers @rule_capability_tiers end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
6793 6794 6795 |
# File 'sig/types.rbs', line 6793 def rule_id @rule_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
6803 6804 6805 |
# File 'sig/types.rbs', line 6803 def @tags end |
#trigger_event_source ⇒ Types::RuleTriggerEventSource
Returns the value of attribute trigger_event_source.
6795 6796 6797 |
# File 'sig/types.rbs', line 6795 def trigger_event_source @trigger_event_source end |