class Amazonite::SsmV1::UpdateManagedInstanceRoleRequest

Included Modules

Defined in:

ssm_v1/update_managed_instance_role_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(instance_id : String, iam_role : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def iam_role : String #

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

[View source]
def instance_id : String #

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

[View source]