Class: Aws::Backup::Types::ListScanJobSummariesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListScanJobSummariesOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_period ⇒ String
The period for the returned results.
-
#next_token ⇒ String
The next item following a partial list of returned items.
-
#scan_job_summaries ⇒ Array<Types::ScanJobSummary>
The summary information.
Instance Attribute Details
#aggregation_period ⇒ String
The period for the returned results.
ONE_DAYThe daily job count for the prior 1 day.SEVEN_DAYSThe daily job count for the prior 7 days.FOURTEEN_DAYSThe daily job count for the prior 14 days.
Valid Values: 'ONE_DAY' | 'SEVEN_DAYS' | 'FOURTEEN_DAYS'
7511 7512 7513 7514 7515 7516 7517 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7511 class ListScanJobSummariesOutput < Struct.new( :scan_job_summaries, :aggregation_period, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next item following a partial list of returned items. For
example, if a request is made to return MaxResults number of
items, NextToken allows you to return more items in your list
starting at the location pointed to by the next token.
7511 7512 7513 7514 7515 7516 7517 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7511 class ListScanJobSummariesOutput < Struct.new( :scan_job_summaries, :aggregation_period, :next_token) SENSITIVE = [] include Aws::Structure end |
#scan_job_summaries ⇒ Array<Types::ScanJobSummary>
The summary information.
7511 7512 7513 7514 7515 7516 7517 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7511 class ListScanJobSummariesOutput < Struct.new( :scan_job_summaries, :aggregation_period, :next_token) SENSITIVE = [] include Aws::Structure end |