You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IAM::Types::GetAccessKeyLastUsedResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IAM::Types::GetAccessKeyLastUsedResponse
 
- Defined in:
- (unknown)
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.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #access_key_last_used  ⇒ Types::AccessKeyLastUsed 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains information about the last time the access key was used. 
- 
  
    
      #user_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the AWS IAM user that owns this access key. 
Instance Attribute Details
#access_key_last_used ⇒ Types::AccessKeyLastUsed
Contains information about the last time the access key was used.
#user_name ⇒ String
The name of the AWS IAM user that owns this access key.