Class: Aws::Backup::Types::ListCopyJobSummariesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_periodString

This is the period that sets the boundaries for returned results.

  • ONE_DAY for daily job count for the prior 14 days.

  • SEVEN_DAYS for the aggregated job count for the prior 7 days.

  • FOURTEEN_DAYS for aggregated job count for prior 14 days.

Returns:

  • (String)


5078
5079
5080
5081
5082
5083
5084
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5078

class ListCopyJobSummariesOutput < Struct.new(
  :copy_job_summaries,
  :aggregation_period,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#copy_job_summariesArray<Types::CopyJobSummary>

This return shows a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

Returns:



5078
5079
5080
5081
5082
5083
5084
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5078

class ListCopyJobSummariesOutput < Struct.new(
  :copy_job_summaries,
  :aggregation_period,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


5078
5079
5080
5081
5082
5083
5084
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5078

class ListCopyJobSummariesOutput < Struct.new(
  :copy_job_summaries,
  :aggregation_period,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end