Class: Aws::FIS::Types::ExperimentTemplateReportConfigurationCloudWatchDashboard
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateReportConfigurationCloudWatchDashboard
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
The CloudWatch dashboards to include as data sources in the experiment 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.
1403 1404 1405 1406 1407 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1403 class ExperimentTemplateReportConfigurationCloudWatchDashboard < Struct.new( :dashboard_identifier) SENSITIVE = [] include Aws::Structure end |