Class: Aws::IAM::Types::GetAccountPasswordPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetAccountPasswordPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetAccountPasswordPolicy request.
Instance Attribute Summary collapse
-
#password_policy ⇒ Types::PasswordPolicy
A structure that contains details about the account’s password policy.
Instance Attribute Details
#password_policy ⇒ Types::PasswordPolicy
A structure that contains details about the account’s password policy.
2521 2522 2523 2524 |
# File 'lib/aws-sdk-iam/types.rb', line 2521 class GetAccountPasswordPolicyResponse < Struct.new( :password_policy) include Aws::Structure end |