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

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

Overview

Contains the response to a successful GetAccountPasswordPolicy request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#password_policyTypes::PasswordPolicy

A structure that contains details about the account's password policy.



3043
3044
3045
3046
3047
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3043

class GetAccountPasswordPolicyResponse < Struct.new(
  :password_policy)
  SENSITIVE = []
  include Aws::Structure
end