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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


18304
18305
18306
18307
18308
18309
18310
18311
18312
18313
18314
# File 'lib/aws-sdk-connect/types.rb', line 18304

class  < 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)


18304
18305
18306
18307
18308
18309
18310
18311
18312
18313
18314
# File 'lib/aws-sdk-connect/types.rb', line 18304

class  < 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)


18304
18305
18306
18307
18308
18309
18310
18311
18312
18313
18314
# File 'lib/aws-sdk-connect/types.rb', line 18304

class  < 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)


18304
18305
18306
18307
18308
18309
18310
18311
18312
18313
18314
# File 'lib/aws-sdk-connect/types.rb', line 18304

class  < 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)


18304
18305
18306
18307
18308
18309
18310
18311
18312
18313
18314
# File 'lib/aws-sdk-connect/types.rb', line 18304

class  < 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)


18304
18305
18306
18307
18308
18309
18310
18311
18312
18313
18314
# File 'lib/aws-sdk-connect/types.rb', line 18304

class  < 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)


18304
18305
18306
18307
18308
18309
18310
18311
18312
18313
18314
# File 'lib/aws-sdk-connect/types.rb', line 18304

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