Class: Aws::SWF::Types::TaskList

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

Overview

Represents a task list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the task list.

Returns:

  • (String)


5406
5407
5408
5409
5410
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5406

class TaskList < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end