Class: Aws::BCMDashboards::Types::DeleteScheduledReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::DeleteScheduledReportResponse
- 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 that was deleted.
Instance Attribute Details
#arn ⇒ String
The ARN of the scheduled report that was deleted.
321 322 323 324 325 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 321 class DeleteScheduledReportResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |