Method: Aws::Backup::Types::BackupJobSummary#count
- Defined in:
- lib/aws-sdk-backup/types.rb
#count ⇒ Integer
The value as a number of jobs in a job summary.
353 354 355 356 357 358 359 360 361 362 363 364 |
# File 'lib/aws-sdk-backup/types.rb', line 353 class BackupJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :message_category, :count, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |