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)


3614
3615
3616
3617
3618
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3614

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