class Amazonite::Iam::GetHumanReadableSummaryResponse

Defined in:

iam/get_human_readable_summary_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(summary_content : String | Nil = nil, locale : String | Nil = nil, summary_state : SummaryStateType | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def locale : String | Nil #

The locale that this response was generated for. This maps to the input locale.


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

The locale that this response was generated for. This maps to the input locale.


[View source]
def summary_content : String | Nil #

Summary content in the specified locale. Summary content is non-empty only if the SummaryState is AVAILABLE.


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

Summary content in the specified locale. Summary content is non-empty only if the SummaryState is AVAILABLE.


[View source]
def summary_state : SummaryStateType | Nil #

State of summary generation. This generation process is asynchronous and this attribute indicates the state of the generation process.


[View source]
def summary_state=(summary_state : SummaryStateType | Nil) #

State of summary generation. This generation process is asynchronous and this attribute indicates the state of the generation process.


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

[View source]
def validate! : Nil #

[View source]