class Amazonite::Ssm::OpsEntity

Overview

The result of the query.

Included Modules

Defined in:

ssm/ops_entity.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(id : String | Nil = nil, data : Hash(String, OpsEntityItem) | 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 data : Hash(String, OpsEntityItem) | Nil #

The data returned by the query.


[View source]
def data=(data : Hash(String, OpsEntityItem) | Nil) #

The data returned by the query.


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

See Object#hash(hasher)


def id : String | Nil #

The query ID.


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

The query ID.


[View source]
def validate! : Nil #

[View source]