class Amazonite::Ssm::DescribePatchGroupStateRequest

Included Modules

Defined in:

ssm/describe_patch_group_state_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(patch_group : String) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def patch_group : String #

The name of the patch group whose patch snapshot should be retrieved.


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

The name of the patch group whose patch snapshot should be retrieved.


[View source]
def validate! : Nil #

[View source]