Class: Aws::FIS::Types::ExperimentReportConfigurationCloudWatchDashboard
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentReportConfigurationCloudWatchDashboard
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Specifies the CloudWatch dashboard to include in the experiment report. The dashboard widgets will be captured as snapshot graphs within the report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_identifier ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.
Instance Attribute Details
#dashboard_identifier ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.
836 837 838 839 840 |
# File 'lib/aws-sdk-fis/types.rb', line 836 class ExperimentReportConfigurationCloudWatchDashboard < Struct.new( :dashboard_identifier) SENSITIVE = [] include Aws::Structure end |