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

Class: Aws::GuardDuty::Types::AccessKeyDetails

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

Overview

Contains information about the access keys.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

The access key ID of the user.

Returns:

  • (String)

    The access key ID of the user.

#principal_idString

The principal ID of the user.

Returns:

  • (String)

    The principal ID of the user.

#user_nameString

The name of the user.

Returns:

  • (String)

    The name of the user.

#user_typeString

The type of the user.

Returns:

  • (String)

    The type of the user.