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.
4716 4717 4718 4719 4720 4721 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4716 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.
4716 4717 4718 4719 4720 4721 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4716 class ListReportPlansOutput < Struct.new( :report_plans, :next_token) SENSITIVE = [] include Aws::Structure end |