Class: Aws::SWF::Types::TaskList
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::TaskList
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-swf/types.rb
Overview
Represents a task list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the task list.
Instance Attribute Details
#name ⇒ String
The name of the task list.
5436 5437 5438 5439 5440 |
# File 'lib/aws-sdk-swf/types.rb', line 5436 class TaskList < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |