Class: Aws::Backup::Types::DeleteReportPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DeleteReportPlanInput
- 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.
2358 2359 2360 2361 2362 |
# File 'lib/aws-sdk-backup/types.rb', line 2358 class DeleteReportPlanInput < Struct.new( :report_plan_name) SENSITIVE = [] include Aws::Structure end |