class
Amazonite::CloudWatch::DashboardEntry
- Amazonite::CloudWatch::DashboardEntry
- Reference
- Object
Overview
Represents a specific dashboard.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/dashboard_entry.crConstructors
- .new(pull : JSON::PullParser)
- .new(dashboard_name : String | Nil = nil, dashboard_arn : String | Nil = nil, last_modified : Time | Nil = nil, size : Int64 | 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_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) -
#last_modified : Time | Nil
The time stamp of when the dashboard was last modified, either by an API call or through the console.
-
#last_modified=(last_modified : Time | Nil)
The time stamp of when the dashboard was last modified, either by an API call or through the console.
-
#size : Int64 | Nil
The size of the dashboard, in bytes.
-
#size=(size : Int64 | Nil)
The size of the dashboard, in bytes.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.