class Amazonite::Iam::UpdateRoleDescriptionRequest

Defined in:

iam/update_role_description_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(role_name : String, description : 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 description : String #

The new description that you want to apply to the specified role.


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

The new description that you want to apply to the specified role.


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

See Object#hash(hasher)


def role_name : String #

The name of the role that you want to modify.


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

The name of the role that you want to modify.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]