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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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.

[1]: wikipedia.org/wiki/regex

Returns:

  • (String)


2915
2916
2917
2918
2919
# File 'lib/aws-sdk-iam/types.rb', line 2915

class GetAccessKeyLastUsedRequest < Struct.new(
  :access_key_id)
  SENSITIVE = []
  include Aws::Structure
end