Class: Aws::Backup::Types::ListReportPlansOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListReportPlansOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#report_plans ⇒ Array<Types::ReportPlan>
The report plans with detailed information for each plan.
Instance Attribute Details
#next_token ⇒ String
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.
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_plans ⇒ Array<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.
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 |