Class: Aws::DataSync::Types::TaskExecutionListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::TaskExecutionListEntry
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Represents a single entry in a list of task executions.
TaskExecutionListEntry
returns an array that contains a list of
specific invocations of a task when the ListTaskExecutions
operation is called.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of a task execution.
-
#task_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the task that was executed.
Instance Attribute Details
#status ⇒ String
The status of a task execution.
5068 5069 5070 5071 5072 5073 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5068 class TaskExecutionListEntry < Struct.new( :task_execution_arn, :status) SENSITIVE = [] include Aws::Structure end |
#task_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the task that was executed.
5068 5069 5070 5071 5072 5073 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5068 class TaskExecutionListEntry < Struct.new( :task_execution_arn, :status) SENSITIVE = [] include Aws::Structure end |