class
Amazonite::Iam::GetHumanReadableSummaryResponse
- Amazonite::Iam::GetHumanReadableSummaryResponse
- Reference
- Object
Defined in:
iam/get_human_readable_summary_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(summary_content : String | Nil = nil, locale : String | Nil = nil, summary_state : SummaryStateType | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#locale : String | Nil
The locale that this response was generated for.
-
#locale=(locale : String | Nil)
The locale that this response was generated for.
-
#summary_content : String | Nil
Summary content in the specified locale.
-
#summary_content=(summary_content : String | Nil)
Summary content in the specified locale.
-
#summary_state : SummaryStateType | Nil
State of summary generation.
-
#summary_state=(summary_state : SummaryStateType | Nil)
State of summary generation.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The locale that this response was generated for. This maps to the input locale.
The locale that this response was generated for. This maps to the input locale.
Summary content in the specified locale. Summary content is non-empty only if the SummaryState
is AVAILABLE.
Summary content in the specified locale. Summary content is non-empty only if the SummaryState
is AVAILABLE.
State of summary generation. This generation process is asynchronous and this attribute indicates the state of the generation process.
State of summary generation. This generation process is asynchronous and this attribute indicates the state of the generation process.