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

Class: Aws::Macie2::Types::FederatedUser

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

Overview

Provides information about an identity that performed an action on an affected resource by using temporary security credentials. The credentials were obtained using the GetFederationToken operation of the AWS Security Token Service (AWS STS) API.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

Returns:

  • (String)

#account_idString

Returns:

  • (String)

#arnString

Returns:

  • (String)

#principal_idString

Returns:

  • (String)

#session_contextTypes::SessionContext

Provides information about a session that was created for an entity that performed an action by using temporary security credentials.

Returns:

  • (Types::SessionContext)

    Provides information about a session that was created for an entity that performed an action by using temporary security credentials.

    .