NAME
Paws::IAM::ServiceSpecificCredential
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::IAM::ServiceSpecificCredential object:
$service_obj->Method(Att1 => { CreateDate => $value, ..., UserName => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::IAM::ServiceSpecificCredential object:
$result = $service_obj->Method(...);
$result->Att1->CreateDate
DESCRIPTION
Contains the details of a service specific credential.
ATTRIBUTES
REQUIRED CreateDate => Str
The date and time, in ISO 8601 date-time format, when the
service-specific credential were created.
REQUIRED ServiceName => Str
The name of the service associated with the service-specific
credential.
REQUIRED ServicePassword => Str
The generated password for the service-specific credential.
REQUIRED ServiceSpecificCredentialId => Str
The unique identifier for the service-specific credential.
REQUIRED ServiceUserName => Str
The generated user name for the service-specific credential. This value
is generated by combining the IAM user's name combined with the ID
number of the AWS account, as in C<jane-at-123456789012>, for example.
This value cannot be configured by the user.
REQUIRED Status => Str
The status of the service-specific credential. C<Active> means the key
is valid for API calls, while C<Inactive> means it is not.
REQUIRED UserName => Str
The name of the IAM user associated with the service-specific
credential.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::IAM
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues