NAME
Net::Amazon::IAM::InstanceProfile
DESCRIPTION
A class representing a IAM Instance Profile.
ATTRIBUTES
- Arn (required)
-
The Amazon Resource Name (ARN) specifying the instance profile.
- CreateDate (required)
-
The date when the instance profile was created.
- InstanceProfileId (required)
-
The stable and unique string identifying the instance profile.
- InstanceProfileName (required)
-
The name identifying the instance profile.
- Path (required)
-
The path to the instance profile.
- Roles (required)
-
List of roles associated with the instance profile represented as Net::Amazon::IAM::Roles.
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.