Class: Aws::IAM::Types::GetAccessKeyLastUsedResponse

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

Overview

Contains the response to a successful GetAccessKeyLastUsed request. It is also returned as a member of the AccessKeyMetaData structure returned by the ListAccessKeys action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_last_usedTypes::AccessKeyLastUsed

Contains information about the last time the access key was used.



2935
2936
2937
2938
2939
2940
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2935

class GetAccessKeyLastUsedResponse < Struct.new(
  :user_name,
  :access_key_last_used)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The name of the IAM user that owns this access key.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2935

class GetAccessKeyLastUsedResponse < Struct.new(
  :user_name,
  :access_key_last_used)
  SENSITIVE = []
  include Aws::Structure
end