Method: AWS::IAM::AccessKeyCollection#user

Defined in:
lib/aws/iam/access_key_collection.rb

#userUser? (readonly)

Returns the user these accesss keys belong to. If this returns nil then these access keys belong to the AWS account.

Returns:

  • Returns the user these accesss keys belong to. If this returns nil then these access keys belong to the AWS account.



60
61
62
# File 'lib/aws/iam/access_key_collection.rb', line 60

def user
  @user
end