Class: Aws::FIS::Types::ExperimentTemplateReportConfigurationDataSourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateReportConfigurationDataSourcesInput
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Specifies the data sources for the experiment report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_dashboards ⇒ Array<Types::ReportConfigurationCloudWatchDashboardInput>
The CloudWatch dashboards to include as data sources in the experiment report.
Instance Attribute Details
#cloud_watch_dashboards ⇒ Array<Types::ReportConfigurationCloudWatchDashboardInput>
The CloudWatch dashboards to include as data sources in the experiment report.
1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1433 class ExperimentTemplateReportConfigurationDataSourcesInput < Struct.new( :cloud_watch_dashboards) SENSITIVE = [] include Aws::Structure end |