Class: Aws::ConnectCases::Types::TemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::TemplateSummary
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Template summary information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The template name.
-
#status ⇒ String
The status of the template.
-
#template_arn ⇒ String
The Amazon Resource Name (ARN) of the template.
-
#template_id ⇒ String
The unique identifier for the template.
Instance Attribute Details
#name ⇒ String
The template name.
3542 3543 3544 3545 3546 3547 3548 3549 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3542 class TemplateSummary < Struct.new( :template_id, :template_arn, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the template.
3542 3543 3544 3545 3546 3547 3548 3549 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3542 class TemplateSummary < Struct.new( :template_id, :template_arn, :name, :status) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The Amazon Resource Name (ARN) of the template.
3542 3543 3544 3545 3546 3547 3548 3549 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3542 class TemplateSummary < Struct.new( :template_id, :template_arn, :name, :status) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The unique identifier for the template.
3542 3543 3544 3545 3546 3547 3548 3549 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3542 class TemplateSummary < Struct.new( :template_id, :template_arn, :name, :status) SENSITIVE = [] include Aws::Structure end |