Class: Aws::BCMDashboards::Types::DeleteScheduledReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::DeleteScheduledReportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdashboards/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the scheduled report to delete.
Instance Attribute Details
#arn ⇒ String
The ARN of the scheduled report to delete.
309 310 311 312 313 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 309 class DeleteScheduledReportRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |