Class: Aws::FIS::Types::ExperimentReportConfigurationDataSources

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_watch_dashboardsArray<Types::ExperimentReportConfigurationCloudWatchDashboard>

The CloudWatch dashboards to include as data sources in the experiment report.



851
852
853
854
855
# File 'lib/aws-sdk-fis/types.rb', line 851

class ExperimentReportConfigurationDataSources < Struct.new(
  :cloud_watch_dashboards)
  SENSITIVE = []
  include Aws::Structure
end