Class: Aws::DataZone::Types::RunStatisticsForAssets

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

Overview

The asset statistics from the data source run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addedInteger

The added statistic for the data source run.

Returns:

  • (Integer)


9214
9215
9216
9217
9218
9219
9220
9221
9222
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9214

class RunStatisticsForAssets < Struct.new(
  :added,
  :failed,
  :skipped,
  :unchanged,
  :updated)
  SENSITIVE = []
  include Aws::Structure
end

#failedInteger

The failed statistic for the data source run.

Returns:

  • (Integer)


9214
9215
9216
9217
9218
9219
9220
9221
9222
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9214

class RunStatisticsForAssets < Struct.new(
  :added,
  :failed,
  :skipped,
  :unchanged,
  :updated)
  SENSITIVE = []
  include Aws::Structure
end

#skippedInteger

The skipped statistic for the data source run.

Returns:

  • (Integer)


9214
9215
9216
9217
9218
9219
9220
9221
9222
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9214

class RunStatisticsForAssets < Struct.new(
  :added,
  :failed,
  :skipped,
  :unchanged,
  :updated)
  SENSITIVE = []
  include Aws::Structure
end

#unchangedInteger

The unchanged statistic for the data source run.

Returns:

  • (Integer)


9214
9215
9216
9217
9218
9219
9220
9221
9222
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9214

class RunStatisticsForAssets < Struct.new(
  :added,
  :failed,
  :skipped,
  :unchanged,
  :updated)
  SENSITIVE = []
  include Aws::Structure
end

#updatedInteger

The updated statistic for the data source run.

Returns:

  • (Integer)


9214
9215
9216
9217
9218
9219
9220
9221
9222
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9214

class RunStatisticsForAssets < Struct.new(
  :added,
  :failed,
  :skipped,
  :unchanged,
  :updated)
  SENSITIVE = []
  include Aws::Structure
end