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.
Constant Summary collapse
- SENSITIVE =
[]
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.
3040 3041 3042 3043 3044 |
# File 'lib/aws-sdk-iam/types.rb', line 3040 class GetAccountPasswordPolicyResponse < Struct.new( :password_policy) SENSITIVE = [] include Aws::Structure end |