Class: Aws::ConnectCases::Types::GetTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::GetTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#template_id ⇒ String
A unique identifier of a template.
Instance Attribute Details
#domain_id ⇒ String
The unique identifier of the Cases domain.
1491 1492 1493 1494 1495 1496 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1491 class GetTemplateRequest < Struct.new( :domain_id, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
A unique identifier of a template.
1491 1492 1493 1494 1495 1496 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1491 class GetTemplateRequest < Struct.new( :domain_id, :template_id) SENSITIVE = [] include Aws::Structure end |