Method: Awspec::Helper::Finder::Iam#select_attached_users

Defined in:
lib/awspec/helper/finder/iam.rb

#select_attached_users(policy_id) ⇒ Object



104
105
106
107
# File 'lib/awspec/helper/finder/iam.rb', line 104

def select_attached_users(policy_id)
  entities = select_attached_entities(policy_id)
  entities.policy_users
end