The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::Transfer::ListedUser

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::Transfer::ListedUser object:

  $service_obj->Method(Att1 => { Arn => $value, ..., UserName => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Transfer::ListedUser object:

  $result = $service_obj->Method(...);
  $result->Att1->Arn

DESCRIPTION

Returns properties of the user that you specify.

ATTRIBUTES

REQUIRED Arn => Str

  This property is the unique Amazon Resource Name (ARN) for the user
that you want to learn about.

HomeDirectory => Str

  This value specifies the location that files are written to or read
from an Amazon S3 bucket for the user you specify by their ARN.

HomeDirectoryType => Str

  The type of landing directory (folder) you mapped for your users' home
directory. If you set it to C<PATH>, the user will see the absolute
Amazon S3 bucket paths as is in their SFTP clients. If you set it
C<LOGICAL>, you will need to provide mappings in the
C<HomeDirectoryMappings> for how you want to make S3 paths visible to
your user.

Role => Str

  The role in use by this user. A I<role> is an AWS Identity and Access
Management (IAM) entity that, in this case, allows the SFTP server to
act on a user's behalf. It allows the server to inherit the trust
relationship that enables that user to perform file operations to their
Amazon S3 bucket.

SshPublicKeyCount => Int

  This value is the number of SSH public keys stored for the user you
specified.

UserName => Str

  The name of the user whose ARN was specified. User names are used for
authentication purposes.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Transfer

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