Class: Aws::DataSync::Types::ListTaskExecutionsRequest

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

Overview

ListTaskExecutions

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Specifies how many results you want in the response.

Returns:

  • (Integer)


3508
3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3508

class ListTaskExecutionsRequest < Struct.new(
  :task_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specifies an opaque string that indicates the position at which to begin the next list of results in the response.

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3508

class ListTaskExecutionsRequest < Struct.new(
  :task_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3508

class ListTaskExecutionsRequest < Struct.new(
  :task_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end