Method: Aws::IAM::User#path

Defined in:
lib/aws-sdk-iam/user.rb

#pathString

The path to the user. For more information about paths, see [IAM identifiers] in the *IAM User Guide*.

The ARN of the policy used to set the permissions boundary for the user.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html

Returns:

  • (String)


48
49
50
# File 'lib/aws-sdk-iam/user.rb', line 48

def path
  data[:path]
end