class Amazonite::Ssm::InstanceAggregatedAssociationOverview

Overview

Status information about the aggregated associations.

Included Modules

Defined in:

ssm/instance_aggregated_association_overview.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

Detailed status information about the aggregated associations.


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

Detailed status information about the aggregated associations.


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

See Object#hash(hasher)


def instance_association_status_aggregated_count : Hash(String, Int32) | Nil #

The number of associations for the managed nodes.


[View source]
def instance_association_status_aggregated_count=(instance_association_status_aggregated_count : Hash(String, Int32) | Nil) #

The number of associations for the managed nodes.


[View source]
def validate! : Nil #

[View source]