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

Class: Aws::IAM::Types::GetAccessKeyLastUsedRequest

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

Overview

Note:

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

{
  access_key_id: "accessKeyIdType", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

The identifier of an access key.

This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

Returns:

  • (String)

    The identifier of an access key.