Class: Aws::BCMDashboards::Types::GetScheduledReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::GetScheduledReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdashboards/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_report ⇒ Types::ScheduledReport
The scheduled report configuration and metadata.
Instance Attribute Details
#scheduled_report ⇒ Types::ScheduledReport
The scheduled report configuration and metadata.
576 577 578 579 580 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 576 class GetScheduledReportResponse < Struct.new( :scheduled_report) SENSITIVE = [] include Aws::Structure end |