Class: Aws::DataZone::Types::RunStatisticsForAssets
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RunStatisticsForAssets
- Includes:
- Structure
- Defined in:
- 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 ‘added` statistic for the data source run.
-
#failed ⇒ Integer
The ‘failed` statistic for the data source run.
-
#skipped ⇒ Integer
The ‘skipped` statistic for the data source run.
-
#unchanged ⇒ Integer
The ‘unchanged` statistic for the data source run.
-
#updated ⇒ Integer
The ‘updated` statistic for the data source run.
Instance Attribute Details
#added ⇒ Integer
The ‘added` statistic for the data source run.
18616 18617 18618 18619 18620 18621 18622 18623 18624 |
# File 'lib/aws-sdk-datazone/types.rb', line 18616 class RunStatisticsForAssets < Struct.new( :added, :updated, :unchanged, :skipped, :failed) SENSITIVE = [] include Aws::Structure end |
#failed ⇒ Integer
The ‘failed` statistic for the data source run.
18616 18617 18618 18619 18620 18621 18622 18623 18624 |
# File 'lib/aws-sdk-datazone/types.rb', line 18616 class RunStatisticsForAssets < Struct.new( :added, :updated, :unchanged, :skipped, :failed) SENSITIVE = [] include Aws::Structure end |
#skipped ⇒ Integer
The ‘skipped` statistic for the data source run.
18616 18617 18618 18619 18620 18621 18622 18623 18624 |
# File 'lib/aws-sdk-datazone/types.rb', line 18616 class RunStatisticsForAssets < Struct.new( :added, :updated, :unchanged, :skipped, :failed) SENSITIVE = [] include Aws::Structure end |
#unchanged ⇒ Integer
The ‘unchanged` statistic for the data source run.
18616 18617 18618 18619 18620 18621 18622 18623 18624 |
# File 'lib/aws-sdk-datazone/types.rb', line 18616 class RunStatisticsForAssets < Struct.new( :added, :updated, :unchanged, :skipped, :failed) SENSITIVE = [] include Aws::Structure end |
#updated ⇒ Integer
The ‘updated` statistic for the data source run.
18616 18617 18618 18619 18620 18621 18622 18623 18624 |
# File 'lib/aws-sdk-datazone/types.rb', line 18616 class RunStatisticsForAssets < Struct.new( :added, :updated, :unchanged, :skipped, :failed) SENSITIVE = [] include Aws::Structure end |