Class: Aws::ConnectCases::Types::UpdateTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::UpdateTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A brief description of the template.
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#layout_configuration ⇒ Types::LayoutConfiguration
Configuration of layouts associated to the template.
-
#name ⇒ String
The name of the template.
-
#required_fields ⇒ Array<Types::RequiredField>
A list of fields that must contain a value for a case to be successfully created with this template.
-
#status ⇒ String
The status of the template.
-
#template_id ⇒ String
A unique identifier for the template.
Instance Attribute Details
#description ⇒ String
A brief description of the template.
2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2585 class UpdateTemplateRequest < Struct.new( :description, :domain_id, :layout_configuration, :name, :required_fields, :status, :template_id) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The unique identifier of the Cases domain.
2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2585 class UpdateTemplateRequest < Struct.new( :description, :domain_id, :layout_configuration, :name, :required_fields, :status, :template_id) SENSITIVE = [] include Aws::Structure end |
#layout_configuration ⇒ Types::LayoutConfiguration
Configuration of layouts associated to the template.
2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2585 class UpdateTemplateRequest < Struct.new( :description, :domain_id, :layout_configuration, :name, :required_fields, :status, :template_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the template. It must be unique per domain.
2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2585 class UpdateTemplateRequest < Struct.new( :description, :domain_id, :layout_configuration, :name, :required_fields, :status, :template_id) SENSITIVE = [] include Aws::Structure end |
#required_fields ⇒ Array<Types::RequiredField>
A list of fields that must contain a value for a case to be successfully created with this template.
2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2585 class UpdateTemplateRequest < Struct.new( :description, :domain_id, :layout_configuration, :name, :required_fields, :status, :template_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the template.
2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2585 class UpdateTemplateRequest < Struct.new( :description, :domain_id, :layout_configuration, :name, :required_fields, :status, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
A unique identifier for the template.
2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2585 class UpdateTemplateRequest < Struct.new( :description, :domain_id, :layout_configuration, :name, :required_fields, :status, :template_id) SENSITIVE = [] include Aws::Structure end |