class
Amazonite::CloudWatch::GetDashboardOutput
- Amazonite::CloudWatch::GetDashboardOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/get_dashboard_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(dashboard_arn : String | Nil = nil, dashboard_body : String | Nil = nil, dashboard_name : String | 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_arn : String | Nil
The Amazon Resource Name (ARN) of the dashboard.
-
#dashboard_arn=(dashboard_arn : String | Nil)
The Amazon Resource Name (ARN) of the dashboard.
-
#dashboard_body : String | Nil
The detailed information about the dashboard, including what widgets are included and their location on the dashboard.
-
#dashboard_body=(dashboard_body : String | Nil)
The detailed information about the dashboard, including what widgets are included and their location on the dashboard.
-
#dashboard_name : String | Nil
The name of the dashboard.
-
#dashboard_name=(dashboard_name : String | Nil)
The name of the dashboard.
-
#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?.
The detailed information about the dashboard, including what widgets are included and their
location on the dashboard. For more information about the DashboardBody syntax, see Dashboard
Body Structure and
Syntax.
The detailed information about the dashboard, including what widgets are included and their
location on the dashboard. For more information about the DashboardBody syntax, see Dashboard
Body Structure and
Syntax.