Class: Aws::Connect::Types::TaskTemplateMetadata

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

Overview

Contains summary information about the task template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the task template.

Returns:

  • (String)


18838
18839
18840
18841
18842
18843
18844
18845
18846
18847
18848
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18838

class TaskTemplateMetadata < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :status,
  :last_modified_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The timestamp when the task template was created.

Returns:

  • (Time)


18838
18839
18840
18841
18842
18843
18844
18845
18846
18847
18848
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18838

class TaskTemplateMetadata < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :status,
  :last_modified_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the task template.

Returns:

  • (String)


18838
18839
18840
18841
18842
18843
18844
18845
18846
18847
18848
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18838

class TaskTemplateMetadata < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :status,
  :last_modified_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique identifier for the task template.

Returns:

  • (String)


18838
18839
18840
18841
18842
18843
18844
18845
18846
18847
18848
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18838

class TaskTemplateMetadata < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :status,
  :last_modified_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when the task template was last modified.

Returns:

  • (Time)


18838
18839
18840
18841
18842
18843
18844
18845
18846
18847
18848
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18838

class TaskTemplateMetadata < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :status,
  :last_modified_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the task template.

Returns:

  • (String)


18838
18839
18840
18841
18842
18843
18844
18845
18846
18847
18848
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18838

class TaskTemplateMetadata < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :status,
  :last_modified_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be created from ACTIVE templates. If a template is marked as INACTIVE, then a task that refers to this template cannot be created.

Returns:

  • (String)


18838
18839
18840
18841
18842
18843
18844
18845
18846
18847
18848
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18838

class TaskTemplateMetadata < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :status,
  :last_modified_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end