Class: Aws::BCMDashboards::Types::GetScheduledReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::GetScheduledReportRequest
- 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 retrieve.
Instance Attribute Details
#arn ⇒ String
The ARN of the scheduled report to retrieve.
564 565 566 567 568 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 564 class GetScheduledReportRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |