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:



7187
7188
7189
# File 'sig/types.rbs', line 7187

def action_type
  @action_type
end

#assign_contact_category_actionTypes::AssignContactCategoryActionDefinition

Returns the value of attribute assign_contact_category_action.

Returns:



7190
7191
7192
# File 'sig/types.rbs', line 7190

def assign_contact_category_action
  @assign_contact_category_action
end

#assign_sla_actionTypes::AssignSlaActionDefinition

Returns the value of attribute assign_sla_action.

Returns:



7194
7195
7196
# File 'sig/types.rbs', line 7194

def assign_sla_action
  @assign_sla_action
end

#create_case_actionTypes::CreateCaseActionDefinition

Returns the value of attribute create_case_action.

Returns:



7192
7193
7194
# File 'sig/types.rbs', line 7192

def create_case_action
  @create_case_action
end

#end_associated_tasks_actionTypes::EndAssociatedTasksActionDefinition

Returns the value of attribute end_associated_tasks_action.

Returns:



7195
7196
7197
# File 'sig/types.rbs', line 7195

def end_associated_tasks_action
  @end_associated_tasks_action
end

#event_bridge_actionTypes::EventBridgeActionDefinition

Returns the value of attribute event_bridge_action.

Returns:



7189
7190
7191
# File 'sig/types.rbs', line 7189

def event_bridge_action
  @event_bridge_action
end

#extract_information_actionTypes::ExtractInformationActionDefinition

Returns the value of attribute extract_information_action.

Returns:



7197
7198
7199
# File 'sig/types.rbs', line 7197

def extract_information_action
  @extract_information_action
end

#send_notification_actionTypes::SendNotificationActionDefinition

Returns the value of attribute send_notification_action.

Returns:



7191
7192
7193
# File 'sig/types.rbs', line 7191

def send_notification_action
  @send_notification_action
end

#submit_auto_evaluation_actionTypes::SubmitAutoEvaluationActionDefinition

Returns the value of attribute submit_auto_evaluation_action.

Returns:



7196
7197
7198
# File 'sig/types.rbs', line 7196

def submit_auto_evaluation_action
  @submit_auto_evaluation_action
end

#task_actionTypes::TaskActionDefinition

Returns the value of attribute task_action.

Returns:



7188
7189
7190
# File 'sig/types.rbs', line 7188

def task_action
  @task_action
end

#update_case_actionTypes::UpdateCaseActionDefinition

Returns the value of attribute update_case_action.

Returns:



7193
7194
7195
# File 'sig/types.rbs', line 7193

def update_case_action
  @update_case_action
end