Class: Aws::FIS::Types::ReportConfigurationCloudWatchDashboardInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Specifies the CloudWatch dashboard for 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)


2139
2140
2141
2142
2143
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2139

class ReportConfigurationCloudWatchDashboardInput < Struct.new(
  :dashboard_identifier)
  SENSITIVE = []
  include Aws::Structure
end