Class: Aws::Types::RuleAction
- Inherits:
-
Object
- Object
- Aws::Types::RuleAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type ⇒ "CREATE_TASK", ...
Returns the value of attribute action_type.
-
#assign_contact_category_action ⇒ Types::AssignContactCategoryActionDefinition
Returns the value of attribute assign_contact_category_action.
-
#assign_sla_action ⇒ Types::AssignSlaActionDefinition
Returns the value of attribute assign_sla_action.
-
#create_case_action ⇒ Types::CreateCaseActionDefinition
Returns the value of attribute create_case_action.
-
#end_associated_tasks_action ⇒ Types::EndAssociatedTasksActionDefinition
Returns the value of attribute end_associated_tasks_action.
-
#event_bridge_action ⇒ Types::EventBridgeActionDefinition
Returns the value of attribute event_bridge_action.
-
#extract_information_action ⇒ Types::ExtractInformationActionDefinition
Returns the value of attribute extract_information_action.
-
#send_notification_action ⇒ Types::SendNotificationActionDefinition
Returns the value of attribute send_notification_action.
-
#submit_auto_evaluation_action ⇒ Types::SubmitAutoEvaluationActionDefinition
Returns the value of attribute submit_auto_evaluation_action.
-
#task_action ⇒ Types::TaskActionDefinition
Returns the value of attribute task_action.
-
#update_case_action ⇒ Types::UpdateCaseActionDefinition
Returns the value of attribute update_case_action.
Instance Attribute Details
#action_type ⇒ "CREATE_TASK", ...
Returns the value of attribute action_type.
7079 7080 7081 |
# File 'sig/types.rbs', line 7079 def action_type @action_type end |
#assign_contact_category_action ⇒ Types::AssignContactCategoryActionDefinition
Returns the value of attribute assign_contact_category_action.
7082 7083 7084 |
# File 'sig/types.rbs', line 7082 def assign_contact_category_action @assign_contact_category_action end |
#assign_sla_action ⇒ Types::AssignSlaActionDefinition
Returns the value of attribute assign_sla_action.
7086 7087 7088 |
# File 'sig/types.rbs', line 7086 def assign_sla_action @assign_sla_action end |
#create_case_action ⇒ Types::CreateCaseActionDefinition
Returns the value of attribute create_case_action.
7084 7085 7086 |
# File 'sig/types.rbs', line 7084 def create_case_action @create_case_action end |
#end_associated_tasks_action ⇒ Types::EndAssociatedTasksActionDefinition
Returns the value of attribute end_associated_tasks_action.
7087 7088 7089 |
# File 'sig/types.rbs', line 7087 def end_associated_tasks_action @end_associated_tasks_action end |
#event_bridge_action ⇒ Types::EventBridgeActionDefinition
Returns the value of attribute event_bridge_action.
7081 7082 7083 |
# File 'sig/types.rbs', line 7081 def event_bridge_action @event_bridge_action end |
#extract_information_action ⇒ Types::ExtractInformationActionDefinition
Returns the value of attribute extract_information_action.
7089 7090 7091 |
# File 'sig/types.rbs', line 7089 def extract_information_action @extract_information_action end |
#send_notification_action ⇒ Types::SendNotificationActionDefinition
Returns the value of attribute send_notification_action.
7083 7084 7085 |
# File 'sig/types.rbs', line 7083 def send_notification_action @send_notification_action end |
#submit_auto_evaluation_action ⇒ Types::SubmitAutoEvaluationActionDefinition
Returns the value of attribute submit_auto_evaluation_action.
7088 7089 7090 |
# File 'sig/types.rbs', line 7088 def submit_auto_evaluation_action @submit_auto_evaluation_action end |
#task_action ⇒ Types::TaskActionDefinition
Returns the value of attribute task_action.
7080 7081 7082 |
# File 'sig/types.rbs', line 7080 def task_action @task_action end |
#update_case_action ⇒ Types::UpdateCaseActionDefinition
Returns the value of attribute update_case_action.
7085 7086 7087 |
# File 'sig/types.rbs', line 7085 def update_case_action @update_case_action end |