Class: Aws::Backup::Types::DescribeReportPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DescribeReportPlanInput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Note:
When making an API call, you may pass DescribeReportPlanInput data as a hash:
{
report_plan_name: "ReportPlanName", # required
}
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.
2933 2934 2935 2936 2937 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2933 class DescribeReportPlanInput < Struct.new( :report_plan_name) SENSITIVE = [] include Aws::Structure end |