Class: Aws::FIS::Types::ReportConfigurationCloudWatchDashboardInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ReportConfigurationCloudWatchDashboardInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Specifies the CloudWatch dashboard for 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.
2139 2140 2141 2142 2143 |
# File 'lib/aws-sdk-fis/types.rb', line 2139 class ReportConfigurationCloudWatchDashboardInput < Struct.new( :dashboard_identifier) SENSITIVE = [] include Aws::Structure end |