Class: Aws::ConnectCases::Types::TemplateSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

Template summary information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The template name.

Returns:

  • (String)


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

#statusString

The status of the template.

Returns:

  • (String)


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_configurationsArray<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_arnString

The Amazon Resource Name (ARN) of the template.

Returns:

  • (String)


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_idString

The unique identifier for the template.

Returns:

  • (String)


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