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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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.

Returns:

  • (String)


2918
2919
2920
2921
2922
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2918

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