You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::IAMUserIdentity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing IAMUserIdentity as input to an Aws::Client method, you can use a vanilla Hash:

{
  arn: "ARN", # required
}

Contains information about an AWS Identity and Access Management (IAM) user.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the IAM user. IAM users must have the iotsitewise:CreatePresignedPortalUrl permission to sign in to the portal. For more information, see IAM ARNs in the IAM User Guide.

If you delete the IAM user, access policies that contain this identity include an empty arn. You can delete the access policy for the IAM user that no longer exists.

Returns:

  • (String)

    The ARN of the IAM user.