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.
2971 2972 2973 2974 2975 2976 2977 2978 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2971 class TemplateSummary < Struct.new( :name, :status, :template_arn, :template_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the template.
2971 2972 2973 2974 2975 2976 2977 2978 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2971 class TemplateSummary < Struct.new( :name, :status, :template_arn, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The unique identifier for the template.
2971 2972 2973 2974 2975 2976 2977 2978 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2971 class TemplateSummary < Struct.new( :name, :status, :template_arn, :template_id) SENSITIVE = [] include Aws::Structure end |