Class: Aws::Connect::Types::TaskActionDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about the task action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_idString

The identifier of the flow.

Returns:

  • (String)


18694
18695
18696
18697
18698
18699
18700
18701
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18694

class TaskActionDefinition < Struct.new(
  :name,
  :description,
  :contact_flow_id,
  :references)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

Returns:

  • (String)


18694
18695
18696
18697
18698
18699
18700
18701
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18694

class TaskActionDefinition < Struct.new(
  :name,
  :description,
  :contact_flow_id,
  :references)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

Returns:

  • (String)


18694
18695
18696
18697
18698
18699
18700
18701
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18694

class TaskActionDefinition < Struct.new(
  :name,
  :description,
  :contact_flow_id,
  :references)
  SENSITIVE = []
  include Aws::Structure
end

#referencesHash<String,Types::Reference>

Information about the reference when the referenceType is URL. Otherwise, null. (Supports variable injection in the Value field.)

Returns:



18694
18695
18696
18697
18698
18699
18700
18701
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18694

class TaskActionDefinition < Struct.new(
  :name,
  :description,
  :contact_flow_id,
  :references)
  SENSITIVE = []
  include Aws::Structure
end