class Amazonite::CloudWatch::GetDashboardOutput

Included Modules

Defined in:

cloudwatch/get_dashboard_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

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

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.


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

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.


[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 validate! : Nil #

[View source]