Class: Aws::Connect::Types::TaskActionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TaskActionDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about the task action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ String
The identifier of the flow.
-
#description ⇒ String
The description.
-
#name ⇒ String
The name.
-
#references ⇒ Hash<String,Types::Reference>
Information about the reference when the ‘referenceType` is `URL`.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
20828 20829 20830 20831 20832 20833 20834 20835 |
# File 'lib/aws-sdk-connect/types.rb', line 20828 class TaskActionDefinition < Struct.new( :name, :description, :contact_flow_id, :references) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description. Supports variable injection. For more information, see [JSONPath reference] in the *Amazon Connect Administrators Guide*.
[1]: docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
20828 20829 20830 20831 20832 20833 20834 20835 |
# File 'lib/aws-sdk-connect/types.rb', line 20828 class TaskActionDefinition < Struct.new( :name, :description, :contact_flow_id, :references) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name. Supports variable injection. For more information, see
- JSONPath reference][1
-
in the *Amazon Connect Administrators
Guide*.
[1]: docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
20828 20829 20830 20831 20832 20833 20834 20835 |
# File 'lib/aws-sdk-connect/types.rb', line 20828 class TaskActionDefinition < Struct.new( :name, :description, :contact_flow_id, :references) SENSITIVE = [] include Aws::Structure end |
#references ⇒ Hash<String,Types::Reference>
Information about the reference when the ‘referenceType` is `URL`. Otherwise, null. (Supports variable injection in the `Value` field.)
20828 20829 20830 20831 20832 20833 20834 20835 |
# File 'lib/aws-sdk-connect/types.rb', line 20828 class TaskActionDefinition < Struct.new( :name, :description, :contact_flow_id, :references) SENSITIVE = [] include Aws::Structure end |