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.
3360 3361 3362 3363 3364 3365 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3360 class CreateCaseActionDefinition < Struct.new( :fields, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
A unique identifier of a template.
3360 3361 3362 3363 3364 3365 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3360 class CreateCaseActionDefinition < Struct.new( :fields, :template_id) SENSITIVE = [] include Aws::Structure end |