Class: Aws::Types::RuleAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_type"CREATE_TASK", ...

Returns the value of attribute action_type.

Returns:

  • ("CREATE_TASK", "ASSIGN_CONTACT_CATEGORY", "GENERATE_EVENTBRIDGE_EVENT", "SEND_NOTIFICATION", "CREATE_CASE", "UPDATE_CASE", "ASSIGN_SLA", "END_ASSOCIATED_TASKS", "SUBMIT_AUTO_EVALUATION")


6808
6809
6810
# File 'sig/types.rbs', line 6808

def action_type
  @action_type
end

#assign_contact_category_actionTypes::AssignContactCategoryActionDefinition

Returns the value of attribute assign_contact_category_action.



6811
6812
6813
# File 'sig/types.rbs', line 6811

def assign_contact_category_action
  @assign_contact_category_action
end

#assign_sla_actionTypes::AssignSlaActionDefinition

Returns the value of attribute assign_sla_action.



6815
6816
6817
# File 'sig/types.rbs', line 6815

def assign_sla_action
  @assign_sla_action
end

#create_case_actionTypes::CreateCaseActionDefinition

Returns the value of attribute create_case_action.



6813
6814
6815
# File 'sig/types.rbs', line 6813

def create_case_action
  @create_case_action
end

#end_associated_tasks_actionTypes::EndAssociatedTasksActionDefinition

Returns the value of attribute end_associated_tasks_action.



6816
6817
6818
# File 'sig/types.rbs', line 6816

def end_associated_tasks_action
  @end_associated_tasks_action
end

#event_bridge_actionTypes::EventBridgeActionDefinition

Returns the value of attribute event_bridge_action.



6810
6811
6812
# File 'sig/types.rbs', line 6810

def event_bridge_action
  @event_bridge_action
end

#send_notification_actionTypes::SendNotificationActionDefinition

Returns the value of attribute send_notification_action.



6812
6813
6814
# File 'sig/types.rbs', line 6812

def send_notification_action
  @send_notification_action
end

#submit_auto_evaluation_actionTypes::SubmitAutoEvaluationActionDefinition

Returns the value of attribute submit_auto_evaluation_action.



6817
6818
6819
# File 'sig/types.rbs', line 6817

def submit_auto_evaluation_action
  @submit_auto_evaluation_action
end

#task_actionTypes::TaskActionDefinition

Returns the value of attribute task_action.



6809
6810
6811
# File 'sig/types.rbs', line 6809

def task_action
  @task_action
end

#update_case_actionTypes::UpdateCaseActionDefinition

Returns the value of attribute update_case_action.



6814
6815
6816
# File 'sig/types.rbs', line 6814

def update_case_action
  @update_case_action
end