Class: Aws::STS::Types::GetAccessKeyInfoRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::GetAccessKeyInfoRequest
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sts/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 lowercase letter or digit.
1185 1186 1187 1188 1189 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1185 class GetAccessKeyInfoRequest < Struct.new( :access_key_id) SENSITIVE = [] include Aws::Structure end |