Class: Aws::Connect::Types::CreateCaseActionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateCaseActionDefinition
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The CreateCase
action definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::FieldValue>
An array of objects with
Field ID
andValue
data. -
#template_id ⇒ String
A unique identifier of a template.
Instance Attribute Details
#fields ⇒ Array<Types::FieldValue>
An array of objects with Field ID
and Value
data.
3822 3823 3824 3825 3826 3827 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3822 class CreateCaseActionDefinition < Struct.new( :fields, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
A unique identifier of a template.
3822 3823 3824 3825 3826 3827 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3822 class CreateCaseActionDefinition < Struct.new( :fields, :template_id) SENSITIVE = [] include Aws::Structure end |