Class: Aws::Connect::Types::CreateCaseActionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateCaseActionDefinition
- Includes:
- Structure
- Defined in:
- 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` and `Value` 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.
3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-connect/types.rb', line 3154 class CreateCaseActionDefinition < Struct.new( :fields, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
A unique identifier of a template.
3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-connect/types.rb', line 3154 class CreateCaseActionDefinition < Struct.new( :fields, :template_id) SENSITIVE = [] include Aws::Structure end |