class
Amazonite::Iam::GetAccountPasswordPolicyResponse
- Amazonite::Iam::GetAccountPasswordPolicyResponse
- Reference
- Object
Overview
Contains the response to a successful GetAccountPasswordPolicy request.
Defined in:
iam/get_account_password_policy_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#password_policy : PasswordPolicy
A structure that contains details about the account's password policy.
-
#password_policy=(password_policy : PasswordPolicy)
A structure that contains details about the account's password policy.
- #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 password_policy : PasswordPolicy
#
A structure that contains details about the account's password policy.
def password_policy=(password_policy : PasswordPolicy)
#
A structure that contains details about the account's password policy.