Class: Aws::CloudWatch::Types::DeleteDashboardsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DeleteDashboardsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_names ⇒ Array<String>
The dashboards to be deleted.
Instance Attribute Details
#dashboard_names ⇒ Array<String>
The dashboards to be deleted. This parameter is required.
519 520 521 522 523 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 519 class DeleteDashboardsInput < Struct.new( :dashboard_names) SENSITIVE = [] include Aws::Structure end |