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>
A list of your 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.
5655 5656 5657 5658 5659 5660 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5655 class ListReportPlansOutput < Struct.new( :report_plans, :next_token) SENSITIVE = [] include Aws::Structure end |
#report_plans ⇒ Array<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.
5655 5656 5657 5658 5659 5660 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5655 class ListReportPlansOutput < Struct.new( :report_plans, :next_token) SENSITIVE = [] include Aws::Structure end |