Class: Aws::Backup::Types::ListCopyJobSummariesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListCopyJobSummariesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_period ⇒ String
The period for the returned results.
-
#copy_job_summaries ⇒ Array<Types::CopyJobSummary>
This return shows a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
-
#next_token ⇒ String
The next item following a partial list of returned resources.
Instance Attribute Details
#aggregation_period ⇒ String
The period for the returned results.
-
ONE_DAY- The daily job count for the prior 14 days. -
SEVEN_DAYS- The aggregated job count for the prior 7 days. -
FOURTEEN_DAYS- The aggregated job count for prior 14 days.
6203 6204 6205 6206 6207 6208 6209 |
# File 'lib/aws-sdk-backup/types.rb', line 6203 class ListCopyJobSummariesOutput < Struct.new( :copy_job_summaries, :aggregation_period, :next_token) SENSITIVE = [] include Aws::Structure end |
#copy_job_summaries ⇒ Array<Types::CopyJobSummary>
This return shows a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
6203 6204 6205 6206 6207 6208 6209 |
# File 'lib/aws-sdk-backup/types.rb', line 6203 class ListCopyJobSummariesOutput < Struct.new( :copy_job_summaries, :aggregation_period, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
6203 6204 6205 6206 6207 6208 6209 |
# File 'lib/aws-sdk-backup/types.rb', line 6203 class ListCopyJobSummariesOutput < Struct.new( :copy_job_summaries, :aggregation_period, :next_token) SENSITIVE = [] include Aws::Structure end |