Class: Aws::Backup::Types::ListReportPlansOutput

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

#next_tokenString

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Returns:

  • (String)


5755
5756
5757
5758
5759
5760
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5755

class ListReportPlansOutput < Struct.new(
  :report_plans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#report_plansArray<Types::ReportPlan>

A list of your report plans with detailed information for each plan. This information includes the Amazon Resource Name (ARN), report plan name, description, settings, delivery channel, deployment status, creation time, and last times the report plan attempted to and successfully ran.

Returns:



5755
5756
5757
5758
5759
5760
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5755

class ListReportPlansOutput < Struct.new(
  :report_plans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end