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

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

#select_attached_users(policy_id) ⇒ Object



74
75
76
77
# File 'lib/awspec/helper/finder/iam.rb', line 74

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