Class: Aws::DataSync::Types::TaskExecutionFoldersFailedDetail

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

Overview

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

Applies only to Enhanced mode tasks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deleteInteger

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

Returns:

  • (Integer)


5087
5088
5089
5090
5091
5092
5093
5094
5095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5087

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

#listInteger

The number of directories that DataSync fails to list during your task execution.

Returns:

  • (Integer)


5087
5088
5089
5090
5091
5092
5093
5094
5095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5087

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

#prepareInteger

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

Returns:

  • (Integer)


5087
5088
5089
5090
5091
5092
5093
5094
5095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5087

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

#transferInteger

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

Returns:

  • (Integer)


5087
5088
5089
5090
5091
5092
5093
5094
5095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5087

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

#verifyInteger

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

Returns:

  • (Integer)


5087
5088
5089
5090
5091
5092
5093
5094
5095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5087

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