NAME
Net::Amazon::IAM::Policy
DESCRIPTION
A class representing a IAM Policy
ATTRIBUTES
- Arn (optional)
 - 
The Amazon Resource Name (ARN) that identifies the user. See http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
 - AttachmentCount (optional)
 - 
The number of entities (users, groups, and roles) that the policy is attached to.
 - CreateDate (optional)
 - 
The date and time, in ISO 8601 date-time format, when the policy was created.
 - DefaultVersionId (optional)
 - 
The identifier for the version of the policy that is set as the default version.
 - Description (optional)
 - 
A friendly description of the policy.
 - IsAttachable (optional)
 - 
Specifies whether the policy can be attached to an IAM user, group, or role.
 - Path (optional)
 - 
The path to the policy.
 - PolicyId (optional)
 - 
The stable and unique string identifying the policy.
 - PolicyName (optional)
 - 
The friendly name (not ARN) identifying the policy.
 - UpdateDate (optional)
 - 
The date and time, in ISO 8601 date-time format, when the policy was last updated.
 
AUTHOR
Igor Tsigankov <tsiganenok@gmail.com>
COPYRIGHT
Copyright (c) 2015 Igor Tsigankov . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.