class
Amazonite::CloudWatch::DeleteDashboardsInput
- Amazonite::CloudWatch::DeleteDashboardsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/delete_dashboards_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#dashboard_names : Array(String)
The dashboards to be deleted.
-
#dashboard_names=(dashboard_names : Array(String))
The dashboards to be deleted.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def dashboard_names=(dashboard_names : Array(String))
#
The dashboards to be deleted. This parameter is required.