The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Amazon::IAM::AccessKeyMetadata

DESCRIPTION

A class representing a IAM Access Key metadata

ATTRIBUTES

AccessKeyId (optional)

The ID for this access key.

CreateDate (optional)

The date when the access key was created.

Status (optional)

The status of the access key. Active means the key is valid for API calls, while Inactive means it is not.

UserName (optional)

The name of the IAM user that the access key is associated with.

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.