Method: Aws::IAM::UserPolicy#identifiers
- Defined in:
- lib/aws-sdk-iam/user_policy.rb
#identifiers ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Deprecated.
267 268 269 270 271 272 |
# File 'lib/aws-sdk-iam/user_policy.rb', line 267 def identifiers { user_name: @user_name, name: @name } end |