Class: Aws::CloudWatch::Types::DeleteDashboardsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_namesArray<String>

The dashboards to be deleted. This parameter is required.

Returns:

  • (Array<String>)


519
520
521
522
523
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 519

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