class AWS::EC2::ImageCollection

def with_owner(*owners)

Parameters:
  • owners (Array of Strings) -- The AWS account IDs by

Returns:
  • (ImageCollection) - A new collection that only includes
def with_owner(*owners)
  collection_with(:owners => @owners + owners)
end