class
Amazonite::CloudWatch::PutDashboardOutput
- Amazonite::CloudWatch::PutDashboardOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/put_dashboard_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(dashboard_validation_messages : Array(DashboardValidationMessage) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#dashboard_validation_messages : Array(DashboardValidationMessage) | Nil
If the input for
PutDashboardwas correct and the dashboard was successfully created or modified, this result is empty. -
#dashboard_validation_messages=(dashboard_validation_messages : Array(DashboardValidationMessage) | Nil)
If the input for
PutDashboardwas correct and the dashboard was successfully created or modified, this result is empty. -
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If the input for PutDashboard was correct and the dashboard was successfully created or
modified, this result is empty.
If this result includes only warning messages, then the input was valid enough for the dashboard to be created or modified, but some elements of the dashboard might not render.
If this result includes error messages, the input was not valid and the operation failed.
If the input for PutDashboard was correct and the dashboard was successfully created or
modified, this result is empty.
If this result includes only warning messages, then the input was valid enough for the dashboard to be created or modified, but some elements of the dashboard might not render.
If this result includes error messages, the input was not valid and the operation failed.