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.
2705 2706 2707 2708 |
# File 'lib/aws-sdk-iam/types.rb', line 2705 class GetAccountPasswordPolicyResponse < Struct.new( :password_policy) include Aws::Structure end |