class AWS::EC2::SnapshotCollection

def with_owner(*owners)

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

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