class Amazonite::SsmV1::DeleteAssociationRequest

Included Modules

Defined in:

ssm_v1/delete_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) #

[View source]

Instance Method Detail

def association_id : String | Nil #

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

[View source]
def instance_id : String | Nil #

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

[View source]
def name : String | Nil #

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

[View source]