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)


5746
5747
5748
5749
5750
5751
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5746

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

#report_plansArray<Types::ReportPlan>

The 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:



5746
5747
5748
5749
5750
5751
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5746

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