Class: Aws::DataSync::Types::TaskExecutionFilesFailedDetail

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

Overview

The number of objects that DataSync fails to prepare, transfer, verify, and delete during your task execution.

<note markdown=“1”> Applies only to [Enhanced mode tasks].

</note>

[1]: docs.aws.amazon.com/datasync/latest/userguide/choosing-task-mode.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deleteInteger

The number of objects that DataSync fails to delete during your task execution.

Returns:

  • (Integer)


5522
5523
5524
5525
5526
5527
5528
5529
# File 'lib/aws-sdk-datasync/types.rb', line 5522

class TaskExecutionFilesFailedDetail < Struct.new(
  :prepare,
  :transfer,
  :verify,
  :delete)
  SENSITIVE = []
  include Aws::Structure
end

#prepareInteger

The number of objects that DataSync fails to prepare during your task execution.

Returns:

  • (Integer)


5522
5523
5524
5525
5526
5527
5528
5529
# File 'lib/aws-sdk-datasync/types.rb', line 5522

class TaskExecutionFilesFailedDetail < Struct.new(
  :prepare,
  :transfer,
  :verify,
  :delete)
  SENSITIVE = []
  include Aws::Structure
end

#transferInteger

The number of objects that DataSync fails to transfer during your task execution.

Returns:

  • (Integer)


5522
5523
5524
5525
5526
5527
5528
5529
# File 'lib/aws-sdk-datasync/types.rb', line 5522

class TaskExecutionFilesFailedDetail < Struct.new(
  :prepare,
  :transfer,
  :verify,
  :delete)
  SENSITIVE = []
  include Aws::Structure
end

#verifyInteger

The number of objects that DataSync fails to verify during your task execution.

Returns:

  • (Integer)


5522
5523
5524
5525
5526
5527
5528
5529
# File 'lib/aws-sdk-datasync/types.rb', line 5522

class TaskExecutionFilesFailedDetail < Struct.new(
  :prepare,
  :transfer,
  :verify,
  :delete)
  SENSITIVE = []
  include Aws::Structure
end