class Amazonite::Iam::GetHumanReadableSummaryRequest

Defined in:

iam/get_human_readable_summary_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

Arn of the entity to be summarized. At this time, the only supported entity type is delegation-request


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

Arn of the entity to be summarized. At this time, the only supported entity type is delegation-request


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

See Object#hash(hasher)


def locale : String | Nil #

A string representing the locale to use for the summary generation. The supported locale strings are based on the Supported languages of the Amazon Web Services Management Console .


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

A string representing the locale to use for the summary generation. The supported locale strings are based on the Supported languages of the Amazon Web Services Management Console .


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

[View source]
def validate! : Nil #

[View source]