Class: Aws::Types::RuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleSummary
- 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.
-
#event_source_name ⇒ "OnPostCallAnalysisAvailable", ...
Returns the value of attribute event_source_name.
-
#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.
Instance Attribute Details
#action_summaries ⇒ ::Array[Types::ActionSummary]
Returns the value of attribute action_summaries.
7138 7139 7140 |
# File 'sig/types.rbs', line 7138 def action_summaries @action_summaries end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
7139 7140 7141 |
# File 'sig/types.rbs', line 7139 def created_time @created_time end |
#event_source_name ⇒ "OnPostCallAnalysisAvailable", ...
Returns the value of attribute event_source_name.
7135 7136 7137 |
# File 'sig/types.rbs', line 7135 def event_source_name @event_source_name end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
7140 7141 7142 |
# File 'sig/types.rbs', line 7140 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
7132 7133 7134 |
# File 'sig/types.rbs', line 7132 def name @name end |
#publish_status ⇒ "DRAFT", "PUBLISHED"
Returns the value of attribute publish_status.
7136 7137 7138 |
# File 'sig/types.rbs', line 7136 def publish_status @publish_status end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
7134 7135 7136 |
# File 'sig/types.rbs', line 7134 def rule_arn @rule_arn end |
#rule_capability_tiers ⇒ ::Array[("GenerativeAI")]
Returns the value of attribute rule_capability_tiers.
7137 7138 7139 |
# File 'sig/types.rbs', line 7137 def rule_capability_tiers @rule_capability_tiers end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
7133 7134 7135 |
# File 'sig/types.rbs', line 7133 def rule_id @rule_id end |