class Amazonite::CloudWatch::DashboardEntry

Overview

Represents a specific dashboard.

Included Modules

Defined in:

cloudwatch/dashboard_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(dashboard_name : String | Nil = nil, dashboard_arn : String | Nil = nil, last_modified : Time | Nil = nil, size : Int64 | Nil = nil) #

[View source]

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_arn : String | Nil #

The Amazon Resource Name (ARN) of the dashboard.


[View source]
def dashboard_arn=(dashboard_arn : String | Nil) #

The Amazon Resource Name (ARN) of the dashboard.


[View source]
def dashboard_name : String | Nil #

The name of the dashboard.


[View source]
def dashboard_name=(dashboard_name : String | Nil) #

The name of the dashboard.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def last_modified : Time | Nil #

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.


[View source]
def 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. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.


[View source]
def size : Int64 | Nil #

The size of the dashboard, in bytes.


[View source]
def size=(size : Int64 | Nil) #

The size of the dashboard, in bytes.


[View source]
def validate! : Nil #

[View source]