Class: Aws::DataSync::Types::ListTaskExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListTaskExecutionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
ListTaskExecutions
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specifies how many results you want in the response.
-
#next_token ⇒ String
Specifies an opaque string that indicates the position at which to begin the next list of results in the response.
-
#task_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.
Instance Attribute Details
#max_results ⇒ Integer
Specifies how many results you want in the response.
3722 3723 3724 3725 3726 3727 3728 |
# File 'lib/aws-sdk-datasync/types.rb', line 3722 class ListTaskExecutionsRequest < Struct.new( :task_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specifies an opaque string that indicates the position at which to begin the next list of results in the response.
3722 3723 3724 3725 3726 3727 3728 |
# File 'lib/aws-sdk-datasync/types.rb', line 3722 class ListTaskExecutionsRequest < Struct.new( :task_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#task_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.
3722 3723 3724 3725 3726 3727 3728 |
# File 'lib/aws-sdk-datasync/types.rb', line 3722 class ListTaskExecutionsRequest < Struct.new( :task_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |