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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/lib/aws-sdk-sts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

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 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1043

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