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.
-
#tag_propagation_configurations ⇒ Array<Types::TagPropagationConfiguration>
Defines tag propagation configuration for resources created within a domain.
-
#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.
3679 3680 3681 3682 3683 3684 3685 3686 3687 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3679 class TemplateSummary < Struct.new( :template_id, :template_arn, :name, :status, :tag_propagation_configurations) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the template.
3679 3680 3681 3682 3683 3684 3685 3686 3687 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3679 class TemplateSummary < Struct.new( :template_id, :template_arn, :name, :status, :tag_propagation_configurations) SENSITIVE = [] include Aws::Structure end |
#tag_propagation_configurations ⇒ Array<Types::TagPropagationConfiguration>
Defines tag propagation configuration for resources created within a domain. Tags specified here will be automatically applied to resources being created for the specified resource type.
3679 3680 3681 3682 3683 3684 3685 3686 3687 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3679 class TemplateSummary < Struct.new( :template_id, :template_arn, :name, :status, :tag_propagation_configurations) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The Amazon Resource Name (ARN) of the template.
3679 3680 3681 3682 3683 3684 3685 3686 3687 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3679 class TemplateSummary < Struct.new( :template_id, :template_arn, :name, :status, :tag_propagation_configurations) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The unique identifier for the template.
3679 3680 3681 3682 3683 3684 3685 3686 3687 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3679 class TemplateSummary < Struct.new( :template_id, :template_arn, :name, :status, :tag_propagation_configurations) SENSITIVE = [] include Aws::Structure end |