class
Amazonite::Iam::GetAccountSummaryResponse
- Amazonite::Iam::GetAccountSummaryResponse
- Reference
- Object
Overview
Contains the response to a successful GetAccountSummary request.
Defined in:
iam/get_account_summary_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#summary_map : Hash(SummaryKeyType, Int32) | Nil
A set of key–value pairs containing information about IAM entity usage and IAM quotas.
-
#summary_map=(summary_map : Hash(SummaryKeyType, Int32) | Nil)
A set of key–value pairs containing information about IAM entity usage and IAM quotas.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def summary_map : Hash(SummaryKeyType, Int32) | Nil
#
A set of key–value pairs containing information about IAM entity usage and IAM quotas.
def summary_map=(summary_map : Hash(SummaryKeyType, Int32) | Nil)
#
A set of key–value pairs containing information about IAM entity usage and IAM quotas.