Class: Aws::FIS::Types::ExperimentTemplateReportConfigurationDataSources
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateReportConfigurationDataSources
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes the data sources for the experiment report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_dashboards ⇒ Array<Types::ExperimentTemplateReportConfigurationCloudWatchDashboard>
The CloudWatch dashboards to include as data sources in the experiment report.
Instance Attribute Details
#cloud_watch_dashboards ⇒ Array<Types::ExperimentTemplateReportConfigurationCloudWatchDashboard>
The CloudWatch dashboards to include as data sources in the experiment report.
1418 1419 1420 1421 1422 |
# File 'lib/aws-sdk-fis/types.rb', line 1418 class ExperimentTemplateReportConfigurationDataSources < Struct.new( :cloud_watch_dashboards) SENSITIVE = [] include Aws::Structure end |