class Amazonite::Ssm::AssociationStatus

Overview

Describes an association status.

Included Modules

Defined in:

ssm/association_status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(date : Time, name : AssociationStatusName, message : String, additional_info : String | Nil = nil) #

[View source]
def self.new(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 additional_info : String | Nil #

A user-defined string.


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

A user-defined string.


[View source]
def date : Time #

The date when the status changed.


[View source]
def date=(date : Time) #

The date when the status changed.


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

See Object#hash(hasher)


def message : String #

The reason for the status.


[View source]
def message=(message : String) #

The reason for the status.


[View source]

The status.


[View source]
def name=(name : AssociationStatusName) #

The status.


[View source]
def validate! : Nil #

[View source]