Class: Aws::Backup::Types::DescribeReportPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DescribeReportPlanInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_plan_name ⇒ String
The unique name of a report plan.
Instance Attribute Details
#report_plan_name ⇒ String
The unique name of a report plan.
3288 3289 3290 3291 3292 |
# File 'lib/aws-sdk-backup/types.rb', line 3288 class DescribeReportPlanInput < Struct.new( :report_plan_name) SENSITIVE = [] include Aws::Structure end |