You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::STS::Types::GetAccessKeyInfoRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::GetAccessKeyInfoRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetAccessKeyInfoRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
access_key_id: "accessKeyIdType", # required
}
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 lowercase letter or digit.