Class: Aws::FIS::Types::ExperimentReportConfigurationCloudWatchDashboard

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

Instance Attribute Details

#dashboard_identifierString

The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.

Returns:

  • (String)


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