Class: Aws::IAM::Types::GetAccessKeyLastUsedRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetAccessKeyLastUsedRequest
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_key_id ⇒ String
The identifier of an access key.
Instance Attribute Details
#access_key_id ⇒ String
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.
2915 2916 2917 2918 2919 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2915 class GetAccessKeyLastUsedRequest < Struct.new( :access_key_id) SENSITIVE = [] include Aws::Structure end |