Class: Aws::ConnectCases::Types::TemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::TemplateSummary
- Includes:
- Structure
- Defined in:
- 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.
2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2418 class TemplateSummary < Struct.new( :name, :status, :template_arn, :template_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the template.
2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2418 class TemplateSummary < Struct.new( :name, :status, :template_arn, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The Amazon Resource Name (ARN) of the template.
2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2418 class TemplateSummary < Struct.new( :name, :status, :template_arn, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The unique identifier for the template.
2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2418 class TemplateSummary < Struct.new( :name, :status, :template_arn, :template_id) SENSITIVE = [] include Aws::Structure end |