class Amazonite::Ssm::DescribeAssociationRequest

Included Modules

Defined in:

ssm/describe_association_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String | Nil = nil, instance_id : String | Nil = nil, association_id : String | Nil = nil, association_version : String | 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 association_id : String | Nil #

The association ID for which you want information.


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

The association ID for which you want information.


[View source]
def association_version : String | Nil #

Specify the association version to retrieve. To view the latest version, either specify $LATEST for this parameter, or omit this parameter. To view a list of all associations for a managed node, use ListAssociations. To get a list of versions for a specific association, use ListAssociationVersions.


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

Specify the association version to retrieve. To view the latest version, either specify $LATEST for this parameter, or omit this parameter. To view a list of all associations for a managed node, use ListAssociations. To get a list of versions for a specific association, use ListAssociationVersions.


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

See Object#hash(hasher)


def instance_id : String | Nil #

The managed node ID.


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

The managed node ID.


[View source]
def name : String | Nil #

The name of the SSM document.


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

The name of the SSM document.


[View source]
def validate! : Nil #

[View source]