Class: Aws::STS::Types::GetAccessKeyInfoRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#access_key_idString

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.

Returns:

  • (String)


1043
1044
1045
1046
1047
# File 'lib/aws-sdk-sts/types.rb', line 1043

class GetAccessKeyInfoRequest < Struct.new(
  :access_key_id)
  SENSITIVE = []
  include Aws::Structure
end