Class: Aws::IAM::Types::GetAccountPasswordPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful GetAccountPasswordPolicy request.

Instance Attribute Summary collapse

Instance Attribute Details

#password_policyTypes::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