Method: AwsIamPolicy#attached_users
- Defined in:
- lib/resources/aws/aws_iam_policy.rb
#attached_users ⇒ Object
43 44 45 46 47 |
# File 'lib/resources/aws/aws_iam_policy.rb', line 43 def attached_users return @attached_users if defined? @attached_users fetch_attached_entities @attached_users end |