Class: Aws::ConnectCases::Types::CreateTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::CreateTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created template.
-
#template_id ⇒ String
A unique identifier of a template.
Instance Attribute Details
#template_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created template.
700 701 702 703 704 705 |
# File 'lib/aws-sdk-connectcases/types.rb', line 700 class CreateTemplateResponse < Struct.new( :template_arn, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
A unique identifier of a template.
700 701 702 703 704 705 |
# File 'lib/aws-sdk-connectcases/types.rb', line 700 class CreateTemplateResponse < Struct.new( :template_arn, :template_id) SENSITIVE = [] include Aws::Structure end |