Class: Aws::FIS::Types::ExperimentTemplateReportConfigurationCloudWatchDashboard

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

Instance Attribute Details

#dashboard_identifierString

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

Returns:

  • (String)


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