Class: Aws::DataZone::Types::RunStatisticsForAssets
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RunStatisticsForAssets
- 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
-
#added ⇒ Integer
The
addedstatistic for the data source run. -
#failed ⇒ Integer
The
failedstatistic for the data source run. -
#skipped ⇒ Integer
The
skippedstatistic for the data source run. -
#unchanged ⇒ Integer
The
unchangedstatistic for the data source run. -
#updated ⇒ Integer
The
updatedstatistic for the data source run.
Instance Attribute Details
#added ⇒ Integer
The added statistic for the data source run.
18079 18080 18081 18082 18083 18084 18085 18086 18087 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18079 class RunStatisticsForAssets < Struct.new( :added, :failed, :skipped, :unchanged, :updated) SENSITIVE = [] include Aws::Structure end |
#failed ⇒ Integer
The failed statistic for the data source run.
18079 18080 18081 18082 18083 18084 18085 18086 18087 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18079 class RunStatisticsForAssets < Struct.new( :added, :failed, :skipped, :unchanged, :updated) SENSITIVE = [] include Aws::Structure end |
#skipped ⇒ Integer
The skipped statistic for the data source run.
18079 18080 18081 18082 18083 18084 18085 18086 18087 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18079 class RunStatisticsForAssets < Struct.new( :added, :failed, :skipped, :unchanged, :updated) SENSITIVE = [] include Aws::Structure end |
#unchanged ⇒ Integer
The unchanged statistic for the data source run.
18079 18080 18081 18082 18083 18084 18085 18086 18087 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18079 class RunStatisticsForAssets < Struct.new( :added, :failed, :skipped, :unchanged, :updated) SENSITIVE = [] include Aws::Structure end |
#updated ⇒ Integer
The updated statistic for the data source run.
18079 18080 18081 18082 18083 18084 18085 18086 18087 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18079 class RunStatisticsForAssets < Struct.new( :added, :failed, :skipped, :unchanged, :updated) SENSITIVE = [] include Aws::Structure end |